Edu*_*eis 26 g++ conda miniconda
我努力了
conda install -c conda-forge gcc
Run Code Online (Sandbox Code Playgroud)
但它只安装了gcc
。我也需要g++
。
mer*_*erv 47
它以软件包名称发货gxx
:
conda install -c conda-forge gxx
Run Code Online (Sandbox Code Playgroud)
一般来说,我更喜欢使用 Conda Forgecompilers
包或其子包之一(例如cxx-compiler
),因为该规范跨平台工作。例如,cxx-compiler
将在 Linux 上安装 g++,在 OSX 上安装 clang++,在 Windows 上安装 vc:
conda install -c conda-forge cxx-compiler
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
34778 次 |
最近记录: |