]> git.sesse.net Git - vlc/blob - extras/contrib/README
* Don't say make bin works in the contrib system
[vlc] / extras / contrib / README
1 This is the contrib build system for VLC Media Player. It has been
2 primarily developed for Mac OS X, though it should be easy to adapt to
3 other operating systems.
4
5 To use it, first in the contrib directory, type :
6         ./bootstrap
7
8 Customize config.mak if you need to, then you need to choose between
9 building from source (can take a long time but is easily customizable)
10 and fetching a pre-compiled binary package. Either type 'make src'
11 or 'make bin' (also from the contrib directory).
12
13 make bin IS NOT WORKING atm USE make src
14
15 Once the contribs are built, you can start building VLC.
16 See: http://developers.videolan.org/vlc/osx-compile.html 
17 for more details on that.
18
19 Happy hacking.
20 --Meuuh 2003-11-15