Commit 6662b32f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

s/wxwindows/wxwidgets/

parent e6a39a33
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment