]> git.sesse.net Git - vlc/commitdiff
s/wxwindows/wxwidgets/
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 15 Jan 2007 15:22:11 +0000 (15:22 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 15 Jan 2007 15:22:11 +0000 (15:22 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 22101a1c320413b16f95d24a4534217e8524c544..0ef59009c2d7ad23fa0c005f453562fc27d61a43 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,14 +16,14 @@ Configuring VLC
 
 A typical way to configure VLC is:
 
-   ./configure --prefix=/usr --enable-wxwindows
+   ./configure --prefix=/usr --enable-wxwidgets
 
 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-wxwindows --enable-debug
+   make distclean ; ./configure --prefix=/usr --enable-wxwidgets --enable-debug
 
 We recommend using GCC (versions 3.3 or later) to build VLC, though some
 people reported success with the Intel C compiler (version 8) as well. As of