summaryrefslogtreecommitdiff
path: root/misc/tools/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 21:34:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-05 21:34:24 +0000
commit559f6b32a41c0f2a8f90cb1a70d4f94c5aabb42b (patch)
treeb0f25ff2be4d2f5ad6d9c76f676e30a92596580f /misc/tools/README.txt
parent7d6b25e17e4a83e7fd20cec47203fa897c53113a (diff)
downloadpx4-nuttx-559f6b32a41c0f2a8f90cb1a70d4f94c5aabb42b.tar.gz
px4-nuttx-559f6b32a41c0f2a8f90cb1a70d4f94c5aabb42b.tar.bz2
px4-nuttx-559f6b32a41c0f2a8f90cb1a70d4f94c5aabb42b.zip
Add patch to build kconfig-frontends under Cygwin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4561 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/README.txt')
-rw-r--r--misc/tools/README.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
new file mode 100644
index 000000000..09a14c73f
--- /dev/null
+++ b/misc/tools/README.txt
@@ -0,0 +1,44 @@
+misc/tools/README.txt
+=====================
+
+genromfs-0.5.2.tar.gz
+
+ This is a snapshot of the genromfs tarball taken from
+ http://sourceforge.net/projects/romfs/. This snapshot is provided to
+ assure that a working version of genromfs is always available for NuttX.
+
+ This tool is also include in the buildroot and can be built automatically
+ from the buildroot.
+
+kconfig-frontends-3.3.0-1.tar.gz
+
+ This is a snapshot of the kconfig-frontends tarball taken from
+ http://ymorin.is-a-geek.org/projects/kconfig-frontends on April 5, 2012.
+ This snapshot is provided so that a working version of the mconf
+ utility is always available.
+
+ General build instructions:
+
+ ./configure
+ make
+ make install
+
+ To suppress the graphical interfaces:
+
+ ./configure --disable-gconf --disable-qconf
+ make
+ make install
+
+kconfig-frontends-3.3.0-1-libintl.patch
+
+ The above build instructions did not work for me under my Cygwin
+ installation. This patch is a awful hack but will successfully
+ build 'mconf' under Cygwin.
+
+ cat kconfig-frontends-3.3.0-1-libintl.patch | patch -p0
+ cd kconfig-frontends-3.3.0-1
+ ./configure --disable-gconf --disable-qconf
+ make
+ make install
+
+ \ No newline at end of file