Skip to content
clemmece edited this page Nov 18, 2013 · 1 revision
  1. 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.
  2. 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.
  3. Copy the resulting qlvorbis.qlgenerator file to ~/Library/QuickLook
    • The qlvorbis project has a build phase to do this for you.
Clone this wiki locally