
mac
seamanj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
define macro in xcode project
TARGETS->Swift compiler - custom flags -> active compilation conditions refer to: https://thandang.medium.com/how-to-work-with-macro-preprocessor-in-xcode-project-1ca84d576411原创 2022-02-24 07:57:51 · 389 阅读 · 0 评论 -
make though multi core
make -j$(sysctl -n hw.ncpu) similar to command make -j $(nproc) under ubuntu原创 2017-10-12 22:23:57 · 368 阅读 · 0 评论 -
install opencv on mac and use it in xcode
https://www.youtube.com/watch?v=U49CVY8yOxw https://www.youtube.com/watch?v=XJeP1juuHHY原创 2017-10-12 22:30:57 · 352 阅读 · 0 评论 -
sudo chown -R $(whoami) /usr/local/lib/pkgconfig
Brew error: Could not symlink, path is not writable sudo chown -R $(whoami) /usr/local/lib/pkgconfig原创 2017-10-13 19:27:15 · 4276 阅读 · 0 评论 -
在mac上安装cgal4.11时,QT5 和qglviewer的设置
将QT5_DIR 设置为/Users/xxx/Qt/5.10.0/clang_64/lib/cmake/Qt5原创 2017-12-31 00:19:15 · 886 阅读 · 0 评论