[vlc-commits] commit: Do not tell people to install in /usr by default ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Aug 7 09:09:57 CEST 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 7 10:08:46 2010 +0300| [6fb07d77f142c9eed3da1e281c66e482e836cf49] | committer: Rémi Denis-Courmont
Do not tell people to install in /usr by default
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6fb07d77f142c9eed3da1e281c66e482e836cf49
---
INSTALL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/INSTALL b/INSTALL
index 7f3a216..6cc1906 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
More information about the vlc-commits
mailing list