-
Notifications
You must be signed in to change notification settings - Fork 2
Build Instructions
clemmece edited this page Nov 18, 2013
·
1 revision
- Download and build the libogg and libvorbis frameworks from xiph.org
- I used libogg v1.3.1 and libvorbis v1.3.3 for testing
- The qlvorbis project is set up to use dynamic libraries by default so make sure the Xcode Install Path build setting is set to @rpath for both frameworks.
- If using Xcode v4.x+ you will have to make some additional changes to the project build settings for each framework in order for them to build.
- Download and open the qlvorbis Xcode project
- add the libogg.framework and libvorbis.framework files to the project
- add both frameworks to the Copy files to Frameworks build phase.
- Copy the resulting qlvorbis.qlgenerator file to ~/Library/QuickLook
- The qlvorbis project has a build phase to do this for you.