macos - mac 上单独编译 libc++
PHP中文网
PHP中文网 2017-04-17 13:23:37
0
1
573

c++ 初学。因为 mac 自带的 clang 版本太老,有些功能缺失所以想用独立的 clang。
但是用 homebrew 执行 brew install llvm -with--clang 之后却没有 libc++ 。想请问各位前辈是否应该再单独编译下 libc++? 或者有其他的方法吗?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
大家讲道理

Since you are learning C++, it is recommended to use an IDE. On Mac os X, clang is the default compiler after xcode4.2. Just download the latest Xcode, the clang inside is new enough.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template