Changeset 5b57fae4bc4f10c13ca88e56a529a97f3f4e566b for INSTALL
- Timestamp:
- 11/03/07 11:44:48 (2 years ago)
- git-parent:
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
INSTALL
r6662b32 r5b57fae 17 17 A typical way to configure VLC is: 18 18 19 ./configure --prefix=/usr --enable-wxwidgets19 ./configure --prefix=/usr 20 20 21 21 See `./configure --help' for more information. … … 24 24 symbols: 25 25 26 make distclean ; ./configure --prefix=/usr --enable- wxwidgets --enable-debug26 make distclean ; ./configure --prefix=/usr --enable-debug 27 27 28 We recommend using GCC (versions 3.3 or later) to build VLC, though some 29 people reported success with the Intel C compiler (version 8) as well. As of 30 VLC version 0.9.0, GCC 2.95 is not supported anymore; if this is the default 31 compiler on your system (e.g. FreeBSD 4.x), please select a more recent 32 version manually by setting the CC and CXX environment variables 28 We recommend using GCC to build VLC, though some people reported success 29 with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is 30 required. On older systems (e.g. FreeBSD 4.x, BeOS), please select a more 31 recent version manually by setting the CC and CXX environment variables 33 32 appropriately while running the ./configure shell script. 34 33 … … 36 35 Building VLC 37 36 ============ 38 39 Have a look at the generated Makefile.opts file, you may want to choose40 which modules will be compiled as plugins, and which ones will remain in41 the core application. The configure script tries to guess for you.42 37 43 38 Once configured, run `make' to build VLC.
