From 6fb07d77f142c9eed3da1e281c66e482e836cf49 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 7 Aug 2010 10:08:46 +0300 Subject: [PATCH] Do not tell people to install in /usr by default --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2