summaryrefslogtreecommitdiff
path: root/docs/C - Misc. tutorials.txt
diff options
context:
space:
mode:
authorTitus von Boxberg <titus@v9g.de>2011-07-03 07:20:08 (GMT)
committerTitus von Boxberg <titus@v9g.de>2011-07-03 07:20:08 (GMT)
commit9bc3edf13b1d48926ff9592b9b18d6e2fcf00988 (patch)
tree45e7d06b433874ecc6852bba06a3d45f27e4afca /docs/C - Misc. tutorials.txt
parent9385520740ea6deb25a53349d7093b3d6b023058 (diff)
docs/C : libncurses is not needed anymore
macports libncurses was required only on SL 10.6.3
Diffstat (limited to 'docs/C - Misc. tutorials.txt')
-rw-r--r--docs/C - Misc. tutorials.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt
index 755fbad..f5d457f 100644
--- a/docs/C - Misc. tutorials.txt
+++ b/docs/C - Misc. tutorials.txt
@@ -59,7 +59,6 @@ toolchain on MacOS as host.
Furtheron assuming it is /opt/local/bin.
3) Install (at least) the following macports
- ncurses
lzmautils
libtool
binutils
@@ -91,6 +90,8 @@ HINTS:
before executing ct-ng build.
See http://www.gnu.org/software/make/manual/html_node/Libraries_002fSearch.html
as an explanation.
+- ct-ng menuconfig will not work on Snow Leopard 10.6.3 since libncurses
+ is broken with this release. MacOS <= 10.6.2 and >= 10.6.4 are ok.
Using Mercurial to hack crosstool-NG |