From: RĂ©mi Denis-Courmont Date: Mon, 15 Jan 2007 15:22:11 +0000 (+0000) Subject: s/wxwindows/wxwidgets/ X-Git-Tag: 0.9.0-test0~8814 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6662b32f51193ab2e8aef48af832178ab085ce15;p=vlc s/wxwindows/wxwidgets/ --- diff --git a/INSTALL b/INSTALL index 22101a1c32..0ef59009c2 100644 --- 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