X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=INSTALL;h=0ef59009c2d7ad23fa0c005f453562fc27d61a43;hb=6662b32f51193ab2e8aef48af832178ab085ce15;hp=22101a1c320413b16f95d24a4534217e8524c544;hpb=e6a39a3308e03cf5699f35fe7a13d04ccb636689;p=vlc 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