summaryrefslogtreecommitdiff
path: root/misc/tools/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 00:43:01 +0000
commit596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f (patch)
tree0cbb55d45e05343b846b0f145fb10854a359e62b /misc/tools/README.txt
parent1ac3cb8a10935e866f6edc6eb294a1f1a33c5e74 (diff)
downloadnuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.gz
nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.tar.bz2
nuttx-596e5fed4ea6663d0fd5a37cb95fb3aa8b6b5d0f.zip
Update to kconfig-frontends-3.6.0, Expand the tarball so that we can accept patches against it
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5327 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/tools/README.txt')
-rw-r--r--misc/tools/README.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index 4a141cb94..9faba836d 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -10,15 +10,14 @@ genromfs-0.5.2.tar.gz
This tool is also include in the buildroot and can be built automatically
from the buildroot.
-kconfig-frontends-3.3.0-1.tar.gz
+kconfig-frontends
- 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.
+ This is a snapshot of the kconfig-frontends version 3.6.0 tarball taken
+ from http://ymorin.is-a-geek.org/projects/kconfig-frontends.
General build instructions:
+ cd kconfig-frontends
./configure
make
make install
@@ -32,8 +31,8 @@ kconfig-frontends-3.3.0-1.tar.gz
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.
+ installation with kconfig-frontends-4.4.0. 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
@@ -44,10 +43,10 @@ kconfig-frontends-3.3.0-1-libintl.patch
See: http://ymorin.is-a-geek.org/hg/kconfig-frontends/file/tip/docs/known-issues.txt
Update: According to the release notes, version 3.6.0 (and above)
- will build on Cygwin with not patches:
+ will build on Cygwin with no patches:
http://ymorin.is-a-geek.org/download/kconfig-frontends/
kconfig-macos.path
- This is a patch to make the kconfig-frontends build on Mac OS X.
+ This is a patch to make the kconfig-frontends-3.3.0 build on Mac OS X.