summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 |