|
|
@ -26,6 +26,9 @@ conda install -y -c conda-forge sox libsndfile bzip2
|
|
|
|
(如果你系统上已经安装了 C++ 编译环境,请忽略这一步。)
|
|
|
|
(如果你系统上已经安装了 C++ 编译环境,请忽略这一步。)
|
|
|
|
#### Windows
|
|
|
|
#### Windows
|
|
|
|
对于 Windows 系统,需要安装 `Visual Studio` 来完成 C++ 编译环境的安装。
|
|
|
|
对于 Windows 系统,需要安装 `Visual Studio` 来完成 C++ 编译环境的安装。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://visualstudio.microsoft.com/visual-cpp-build-tools/
|
|
|
|
|
|
|
|
|
|
|
|
#### Mac
|
|
|
|
#### Mac
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
brew install gcc
|
|
|
|
brew install gcc
|
|
|
|