Commit 6fb07d77 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do not tell people to install in /usr by default

parent 883f1194
......@@ -14,14 +14,14 @@ Configuring VLC
A typical way to configure VLC is:
./configure --prefix=/usr
./configure
See `./configure --help' for more information.
If you intend to debug stuff, you may want to compile with debugging
symbols:
make distclean ; ./configure --prefix=/usr --enable-debug
make distclean ; ./configure --enable-debug
We recommend using GCC to build VLC, though some people reported success
with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is
......
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