
mac
seamanj
这个作者很懒,什么都没留下…
展开
-
define macro in xcode project
TARGETS->Swift compiler - custom flags -> active compilation conditionsrefer to: https://thandang.medium.com/how-to-work-with-macro-preprocessor-in-xcode-project-1ca84d576411原创 2022-02-24 07:57:51 · 381 阅读 · 0 评论 -
make though multi core
make -j$(sysctl -n hw.ncpu) similar to commandmake -j $(nproc) under ubuntu原创 2017-10-12 22:23:57 · 356 阅读 · 0 评论 -
install opencv on mac and use it in xcode
https://www.youtube.com/watch?v=U49CVY8yOxwhttps://www.youtube.com/watch?v=XJeP1juuHHY原创 2017-10-12 22:30:57 · 335 阅读 · 0 评论 -
sudo chown -R $(whoami) /usr/local/lib/pkgconfig
Brew error: Could not symlink, path is not writablesudo chown -R $(whoami) /usr/local/lib/pkgconfig原创 2017-10-13 19:27:15 · 4257 阅读 · 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 · 861 阅读 · 0 评论