diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-23 16:25:55 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-23 16:25:55 +0100 |
commit | 41300afd629ebda95945fbb944d68a4983c5bfbf (patch) | |
tree | ec8266c18a27665cc8de287a5ef2090cd67c0db5 | |
parent | a6ada2c94667fd6e1030cfeffd088703b263ddf8 (diff) | |
download | buildroot-novena-41300afd629ebda95945fbb944d68a4983c5bfbf.tar.gz buildroot-novena-41300afd629ebda95945fbb944d68a4983c5bfbf.zip |
docs: make xconfig now uses libqt4
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | docs/buildroot.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 352962dfa..c2d01e7f8 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -160,13 +160,13 @@ $ make gconfig </pre> - <p>to run the Qt3 or GTK-based configurators.</p> + <p>to run the Qt 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 relevant 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, <code>libqt3-mt-dev</code> is required to use + menuconfig</i> interface, <code>libqt4-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 use the <i>gconfig</i> interface.</p> |