diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/about.html | 4 | ||||
-rw-r--r-- | docs/buildroot.html | 16 |
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> |