From: RĂ©mi Denis-Courmont Date: Sat, 7 Aug 2010 07:08:46 +0000 (+0300) Subject: Do not tell people to install in /usr by default X-Git-Tag: 1.2.0-pre1~5538 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6fb07d77f142c9eed3da1e281c66e482e836cf49;p=vlc Do not tell people to install in /usr by default --- diff --git a/INSTALL b/INSTALL index 7f3a2160d4..6cc19066cf 100644 --- a/INSTALL +++ b/INSTALL @@ -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