Changes between Version 13 and Version 14 of MacOSXCompilationGuide
- Timestamp:
- 09/19/2012 09:02:17 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacOSXCompilationGuide
v13 v14 14 14 15 15 First install [http://mxcl.github.com/homebrew/ homebrew] and some dependencies: 16 {{{ 16 {{{ 17 # install homebrew 17 18 ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go); 19 # install dependencies 18 20 brew install automake faac git lame libass libtool libvorbis libvpx libvo-aacenc \ 19 21 opencore-amr openjpeg opus sdl schroedinger shtool speex texi2html theora \ … … 35 37 tar xzf libaacplus-2.0.2.tar.gz; 36 38 cd libaacplus-2.0.2; 37 # now open autogen.sh with a text editor and change all occurrences of libtool to glibtool and all libtoolize to glibtoolize 39 # libtool on osx is quite different from the gnu libtool, which is called glibtool on osx 40 sed -i '.bck' -e 's/libtool/glibtool/' autogen.sh 38 41 ./autogen.sh; 39 42 make && make install;


