RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
OSX:Build FFmpeg on Mountain Lion
Starting with Xcode 4.3, you cannot just install Xcode and expect usual Unux application command lines tools to be installed. You must manually install the command line tools from within Xcode.
Run Xcode and goto the Xcode menu: Preferences > Downloads: Select to install the Command Line Tools. Then a command like this will work: PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin && make -j 8 OSX:Build FFmpeg on Mountain Lion is mentioned on: OSX |