]> git.sesse.net Git - vlc/blobdiff - INSTALL
Use var_Inherit* instead of var_CreateGet*.
[vlc] / INSTALL
diff --git a/INSTALL b/INSTALL
index 7f3a2160d4d6bea158901d4bc840b0228cef3804..6cc19066cf88f071c9de526db819a0212a26fdb3 100644 (file)
--- 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