diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:09:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:15:10 +0200 |
commit | 2b42aae78421127a37b7a5e9ae972276dc5c3779 (patch) | |
tree | 94a6c02ca8377fd610da5e5c871bc31fcdf7adf7 /docs/buildroot.html | |
parent | 35fac17ebca566795bdd947033eedb5c5ea3a492 (diff) |
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 <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 16 |
1 files changed, 12 insertions, 4 deletions
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 </pre> - <p>to run the Qt3-based configurator.</p> +or - <p>Both of these "make" commands will need to build a configuration +<pre> + $ make gconfig +</pre> + + <p>to run the Qt3 or GTK-based configurators.</p> + + <p>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 <code>libncurses5-dev</code> package is required to use the - <i>menuconfig</i> interface, and the <code>libqt3-mt-dev</code> is - required to use the <i>xconfig</i> interface.</p> + <i>menuconfig</i> interface, <code>libqt3-mt-dev</code> is + required to use the <i>xconfig</i> interface, and + <code>libglib2.0-dev, libgtk2.0-dev and libglade2-dev</code> are + needed to used the <i>gconfig</i> interface.</p> <p>For each menu entry in the configuration tool, you can find associated help that describes the purpose of the entry. </p> |