From 2b42aae78421127a37b7a5e9ae972276dc5c3779 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 5 Jun 2010 21:09:05 +0200 Subject: Makefile: support gconfig (GTK-based configurator) similar to xconfig Support the GTK variant of the graphical kconfig configurator as an alternative to the Qt3-based one. Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index 3702b449f..37d387627 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -161,15 +161,23 @@ $ make xconfig -

to run the Qt3-based configurator.

+or -

Both of these "make" commands will need to build a configuration +

+ $ make gconfig
+
+ +

to run the Qt3 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 relevent libraries used by the configuration utilities. On Debian-like systems, the libncurses5-dev package is required to use the - menuconfig interface, and the libqt3-mt-dev is - required to use the xconfig interface.

+ menuconfig interface, libqt3-mt-dev is + required to use the xconfig interface, and + libglib2.0-dev, libgtk2.0-dev and libglade2-dev are + needed to used the gconfig interface.

For each menu entry in the configuration tool, you can find associated help that describes the purpose of the entry.

-- cgit v1.2.3