Commit 5b57fae4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Long overdue update

parent 75e6d52d
...@@ -16,13 +16,11 @@ ____________ ...@@ -16,13 +16,11 @@ ____________
You will need the following tools if you plan to use the SVN version of vlc: You will need the following tools if you plan to use the SVN version of vlc:
- autoconf version 2.50 or later - Autoconf version 2.60 or later
- Automake version 1.9 or later
- automake version 1.5 (but 1.6 or later is recommended) - gettext version 0.11.5 or later
- pkg-config
- gettext version 0.10.40 (but 0.11.3 or later is recommended) - libgcrypt 1.2 (or compatible)
- perl version 5.005 or later
After retrieving the SVN tree, you need to run the bootstrap script to After retrieving the SVN tree, you need to run the bootstrap script to
generate all the files needed to build vlc. You can then run configure. generate all the files needed to build vlc. You can then run configure.
......
...@@ -16,30 +16,25 @@ Configuring VLC ...@@ -16,30 +16,25 @@ Configuring VLC
A typical way to configure VLC is: A typical way to configure VLC is:
./configure --prefix=/usr --enable-wxwidgets ./configure --prefix=/usr
See `./configure --help' for more information. See `./configure --help' for more information.
If you intend to debug stuff, you may want to compile with debugging If you intend to debug stuff, you may want to compile with debugging
symbols: symbols:
make distclean ; ./configure --prefix=/usr --enable-wxwidgets --enable-debug make distclean ; ./configure --prefix=/usr --enable-debug
We recommend using GCC (versions 3.3 or later) to build VLC, though some We recommend using GCC to build VLC, though some people reported success
people reported success with the Intel C compiler (version 8) as well. As of with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is
VLC version 0.9.0, GCC 2.95 is not supported anymore; if this is the default required. On older systems (e.g. FreeBSD 4.x, BeOS), please select a more
compiler on your system (e.g. FreeBSD 4.x), please select a more recent recent version manually by setting the CC and CXX environment variables
version manually by setting the CC and CXX environment variables
appropriately while running the ./configure shell script. appropriately while running the ./configure shell script.
Building VLC Building VLC
============ ============
Have a look at the generated Makefile.opts file, you may want to choose
which modules will be compiled as plugins, and which ones will remain in
the core application. The configure script tries to guess for you.
Once configured, run `make' to build VLC. Once configured, run `make' to build VLC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment