Created
October 2, 2012 15:55
-
-
Save mbklein/3820359 to your computer and use it in GitHub Desktop.
Matterhorn Dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LIST OF DEPENDENCIES | |
==================== | |
√ = Installed | |
* = Installed specific version or with modified/new build script | |
base_libs | |
√ jam | |
√ yasm | |
√ scons | |
√ zlib | |
√ jpeg | |
√ png | |
√ tiff | |
ffmpeg_libs | |
√ mp4v2 | |
√ sdl | |
√ ogg | |
√ vorbis | |
√ lame | |
√ x264 | |
√ xvid | |
√ faac | |
√ theora | |
√ vpx | |
√ ffmpeg | |
√ mediainfo | |
* tesseract | |
ocropus_libs | |
* fst | |
√ gif | |
* iulib | |
√ leptonica | |
√ sdl_gfx | |
√ sdl_image | |
* ocropus | |
√ qtembedder | |
HOMEBREW INSTALL COMMANDS/ORDER | |
=============================== | |
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 iulib ocropus | |
brew install qt_sbtl_embedder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment