1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
vlc/extras/contrib
2005-05-08 23:58:04 +00:00
..
src This should fix libs dependences 2005-05-08 23:58:04 +00:00
bootstrap get rid of windows style line breaks 2005-05-08 13:56:18 +00:00
change_prefix.sh grmbl again 2003-11-23 14:49:51 +00:00
Makefile * Disable "make bin" in the contrib system and give a warning. 2005-04-08 20:28:23 +00:00
README contrib/*: enhanced contrib system to support cross-compilations. 2005-02-18 22:48:11 +00:00

This is the contrib build system for VLC Media Player. It has been
primarily developed for Mac OS X, though it should be easy to adapt to
other operating systems.

To use it, first in the contrib directory, type :
	./bootstrap

You can specify an argument to cross compile, for example:
    ./bootstrap i586-pc-beos
This will look for a i586-pc-beos-gcc cross compiler. Default is to
build natively.

Customize config.mak if you need to, then you need to choose between
building from source (can take a long time but is easily customizable)
and fetching a pre-compiled binary package. Either type 'make src'
or 'make bin' (also from the contrib directory).

make bin IS NOT WORKING atm USE make src

Once the contribs are built, you can start building VLC.
See: http://developers.videolan.org/vlc/osx-compile.html 
for more details on that.

Happy hacking.
--Meuuh 2003-11-15