RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
OSX:Build FFmpeg on Mountain Lion @Sep 3, 2012 7:23:17 PM
Starting with Xcode 4.3, you must manually install the command line tools from the Xcode menu Preferences > Downloads:
Then a command like this will work: PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin && make clean && make -j 8
|