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/about.html | 4 ++-- docs/buildroot.html | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'docs') 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.

also sufficiently flexible that it can also be used for only one or several of these steps. -
  • Is very easy to set up, thanks to its menuconfig and - xconfig configuration interfaces, familiar to all embedded Linux +
  • Is very easy 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.
  • 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