diff --git a/docs/buildroot.html b/docs/buildroot.html index 352962dfa0..c2d01e7f86 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -160,13 +160,13 @@ $ make gconfig -
to run the Qt3 or GTK-based configurators.
+to run the Qt or GTK-based configurators.
All of these "make" commands will need to build a configuration
utility, so you may need to install "development" packages for relevant
libraries used by the configuration utilities. On Debian-like systems,
the libncurses5-dev
package is required to use the
- menuconfig interface, libqt3-mt-dev
is required to use
+ menuconfig interface, libqt4-dev
is required to use
the xconfig interface, and libglib2.0-dev, libgtk2.0-dev
and libglade2-dev
are needed to use the gconfig interface.