summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 12:41:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-16 12:41:58 +0000
commit5005a9f2ff8fa5549de72c10067753da303f210e (patch)
treec71a30be978332c2b24582697e98963c8d442794 /misc
parent51e0c930ca583196bf1075217cff969a0f7e4619 (diff)
downloadpx4-nuttx-5005a9f2ff8fa5549de72c10067753da303f210e.tar.gz
px4-nuttx-5005a9f2ff8fa5549de72c10067753da303f210e.tar.bz2
px4-nuttx-5005a9f2ff8fa5549de72c10067753da303f210e.zip
Changes from Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5361 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/README.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index fff94cd3f..47c966921 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -50,11 +50,17 @@ kconfig-frontends-3.3.0-1-libintl.patch
http://ymorin.is-a-geek.org/download/kconfig-frontends/
-kconfig-macos.path
-------------------
+kconfig-macos.patch
+-------------------
This is a patch to make the kconfig-frontends-3.3.0 build on Mac OS X.
+ To build the conf and mconf frontends, use the following commands:
+
+ ./configure --disable-shared --enable-static --disable-gconf --disable-qconf --disable-nconf --disable-utils
+ make
+ make install
+
kconfig-frontends for Windows
=============================