aboutsummaryrefslogtreecommitdiff
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
commitda3dd04ea56562e2a50606be907fe99d11822d9d (patch)
treec71a30be978332c2b24582697e98963c8d442794 /misc
parente24f4089720b27bc926d778eff89297ab944e457 (diff)
downloadpx4-firmware-da3dd04ea56562e2a50606be907fe99d11822d9d.tar.gz
px4-firmware-da3dd04ea56562e2a50606be907fe99d11822d9d.tar.bz2
px4-firmware-da3dd04ea56562e2a50606be907fe99d11822d9d.zip
Changes from Mike
git-svn-id: http://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
=============================