summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-06-05 21:09:05 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-05 21:15:10 +0200
commit2b42aae78421127a37b7a5e9ae972276dc5c3779 (patch)
tree94a6c02ca8377fd610da5e5c871bc31fcdf7adf7 /docs
parent35fac17ebca566795bdd947033eedb5c5ea3a492 (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')
-rw-r--r--docs/about.html4
-rw-r--r--docs/buildroot.html16
2 files changed, 14 insertions, 6 deletions
diff --git a/docs/about.html b/docs/about.html
index b985c4ff8..06d7cb35e 100644
--- a/docs/about.html
+++ b/docs/about.html
@@ -31,8 +31,8 @@ cross-compilation process.</p>
also sufficiently flexible that it can also be used for only one or
several of these steps.</li>
- <li>Is <b>very easy</b> to set up, thanks to its menuconfig and
- xconfig configuration interfaces, familiar to all embedded Linux
+ <li>Is <b>very easy</b> to set up, thanks to its menuconfig, gconfig
+ and xconfig configuration interfaces, familiar to all embedded Linux
developers. Building a basic embedded Linux system with Buildroot
typically takes 15-30 minutes.</li>
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>