]> git.sesse.net Git - vlc/blob - extras/contrib/README
fdd6b7280d57c76daa6f0996ed737da21e9dc3e0
[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 You can specify an argument to cross compile, for example:
9     ./bootstrap i586-pc-beos
10 This will look for a i586-pc-beos-gcc cross compiler. Default is to
11 build natively.
12
13 Customize config.mak if you need to, then you need to choose between
14 building from source (can take a long time but is easily customizable)
15 and fetching a pre-compiled binary package. Either type 'make src'
16 or 'make bin' (also from the contrib directory).
17
18 make bin IS NOT WORKING atm USE make src
19
20 Once the contribs are built, you can start building VLC.
21 See: http://developers.videolan.org/vlc/osx-compile.html 
22 for more details on that.
23
24 Happy hacking.
25 --Meuuh 2003-11-15