From 41300afd629ebda95945fbb944d68a4983c5bfbf Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 23 Feb 2011 16:25:55 +0100 Subject: docs: make xconfig now uses libqt4 Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index 352962dfa..c2d01e7f8 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.

-- cgit v1.2.3