]> git.sesse.net Git - vlc/blob - extras/contrib/README
* Clarify some instructions.
[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 Once the contribs are built, you can start building VLC.
14 See: http://developers.videolan.org/vlc/osx-compile.html 
15 for more details on that.
16
17 Happy hacking.
18 --Meuuh 2003-11-15