Skip to content

Instantly share code, notes, and snippets.

@mbklein
Created November 26, 2012 20:50
Show Gist options
  • Save mbklein/4150525 to your computer and use it in GitHub Desktop.
Save mbklein/4150525 to your computer and use it in GitHub Desktop.
  1. Install XCode

  2. Install Command Line Tools from XCode Preferences

  3. Install Homebrew

  4. Install rvm or rbenv

  5. Install Matterhorn dependencies within Homebrew

    brew install mercurial
    brew install jam yasm scons libjpg libpng libtiff
    brew install mp4v2 sdl libogg libvorbis lame x264 xvid faac theora libvpx
    brew install ffmpeg
    brew install mediainfo 
    brew install https://raw.github.com/mxcl/homebrew/ec2f47f3570f3d8ad8d3b7a98b170167a020069c/Library/Formula/tesseract.rb
    brew install https://raw.github.com/mxcl/homebrew/d75f1c61b6ec1ec847a8b60a1609fb51562053d7/Library/Formula/openfst.rb --use-llvm
    brew install giflib leptonica sdl_gfx sdl_image
    brew install https://raw.github.com/mbklein/homebrew/avalon/Library/Formula/ocropus.rb
    brew install https://raw.github.com/mbklein/homebrew/avalon/Library/Formula/iulib.rb
    brew install https://raw.github.com/mbklein/homebrew/avalon/Library/Formula/qt_sbtl_embedder.rb
    
@jcoyne
Copy link

jcoyne commented Dec 11, 2012

You need to install iulib before ocropus because the former is a dependency of the latter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment