Created
October 2, 2016 12:49
-
-
Save hiroakit/356f1020adcf647cd9e9507e31b7f808 to your computer and use it in GitHub Desktop.
Keyword: Natron, Xcode, Debug, build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd libs/ | |
cd qhttpserver/ | |
xcodebuild -project src/qhttpserver.xcodeproj -target qhttpserver -configuration Debug | |
cd ../ | |
cd hoedown/ | |
xcodebuild -project hoedown.xcodeproj -target hoedown -configuration Debug | |
cd ../ | |
cd libtess/ | |
xcodebuild -project tess.xcodeproj -target tess -configuration Debug | |
cd ../ | |
cd ceres/ | |
xcodebuild -project ceres.xcodeproj -target ceres -configuration Debug | |
cd ../ | |
cd gflags/ | |
xcodebuild -project gflags.xcodeproj -target gflags -configuration Debug | |
cd ../ | |
cd glog/ | |
xcodebuild -project glog.xcodeproj -target glog -configuration Debug | |
cd ../ | |
cd libmv/ | |
xcodebuild -project LibMV.xcodeproj -target LibMV -configuration Debug | |
cd ../ | |
cd openMVG/ | |
xcodebuild -project openMVG.xcodeproj -target openMVG -configuration Debug | |
cd ../ | |
cd ../ | |
cd HostSupport/ | |
xcodebuild -project HostSupport.xcodeproj -target HostSupport -configuration Debug | |
cd ../ | |
cd Renderer/ | |
xcodebuild -project NatronRenderer.xcodeproj -target NatronRenderer -configuration Debug | |
cd ../ | |
cd Gui/ | |
xcodebuild -project Gui.xcodeproj -target Gui -configuration Debug | |
cd ../ | |
cd Engine/ | |
xcodebuild -project Engine.xcodeproj -target Engine -configuration Debug | |
cd ../ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment