[vlc-devel] Re: Build system for Mac OS X

Jean-Alexis Montignies ja at sente.ch
Sat Jan 25 20:13:02 CET 2003


I made it compile, the steps to do that summarized in one mail:

1)download the usr/local/ archive from Christophe Massiot  
(http://www.videolan.org/pub/videolan/devtools/macosx-usr-local.tar.bz2)
2) modify our .cshrc to add the line:
set path = ( /usr/local/bin $path )
3) if you have fink either disable it by commenting the line
#source /sw/bin/init.csh
or modify the /sw/bin/init.csh to add /sw/bin path AFTER $path
4) ranlib on every new library:
find /usr/local/lib -name "lib*.a" -exec ranlib {} \;
5) download the source code (use cvs or download the archive)
6) type the command:
limit stacksize 20000
7) cd to the source directory
8) run
./bootstrap
9) run
./configure
(Christophe Massiot suggested the options
./configure --disable-x11 --disable-xvideo --disable-gtk --disable-sdl  
--enable-ffmpeg --enable-mad --enable-libdvbpsi --enable-a52  
--enable-dvdplay --enable-faad --enable-vorbis --enable-ogg  
--with-included-gettext --enable-debug)
10) make

And it should work.

Jean-Alexis Montignies

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list