summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-03 15:49:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-03 15:49:00 -0600
commitd991c576818932d6c9ad6a7282a39508dd6b0ddf (patch)
tree725d8ae52b0676d959808a14a03e57cc79c70448 /misc
parent3491769808897f4e1a2e006a8096ef787190a600 (diff)
downloadnuttx-d991c576818932d6c9ad6a7282a39508dd6b0ddf.tar.gz
nuttx-d991c576818932d6c9ad6a7282a39508dd6b0ddf.tar.bz2
nuttx-d991c576818932d6c9ad6a7282a39508dd6b0ddf.zip
Update READMEs
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/README.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index 2991190f7..194f80e94 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -59,6 +59,32 @@ kconfig-frontends
The default installation location for the tools is /usr/local/bin. You
may require root privileges to 'make install'.
+Graphical Configuration Tools
+-----------------------------
+
+ If you have an environment that suppots the Qt or GTK graphical systems
+ (probably KDE or gnome, respectively), then you can also build the
+ graphical kconfig-frontends, kconfig-qconf and kconfig-gconf:
+
+ ./configure --enable-mconf --disable-nconf --disable-gconf --enable-qconf
+ make
+ make install
+
+ Or,
+
+ ./configure --enable-mconf --disable-nconf --enable-gconf --disable-qconf
+ make
+ make install
+
+ In these case, you can start the graphical configurator in the nuttx/
+ directory with either:
+
+ make qconfig
+
+ or
+
+ make gconfig
+
--program-prefix=
-----------------
@@ -135,6 +161,15 @@ There two known solutions to this:
kconfig-frontends for Windows
-----------------------------
+Recent versions of NuttX support building NuttX from a native Windows
+console window (see "Native Windows Build" below). But kconfig-frontends
+is a Linux tool. At one time this was a problem for Windows users, but
+now there is a specially modified version of the kconfig-frontends tools
+that can be used:
+http://uvc.de/posts/linux-kernel-configuration-tool-mconf-under-windows.html
+
+[The remainder of the text in this section is for historical interest only]
+
From http://tech.groups.yahoo.com/group/nuttx/message/2900:
"The build was quite simple: