diff options
author | Titus von Boxberg <titus@v9g.de> | 2011-07-03 09:20:08 +0200 |
---|---|---|
committer | Titus von Boxberg <titus@v9g.de> | 2011-07-03 09:20:08 +0200 |
commit | 9bc3edf13b1d48926ff9592b9b18d6e2fcf00988 (patch) | |
tree | 45e7d06b433874ecc6852bba06a3d45f27e4afca /docs | |
parent | 9385520740ea6deb25a53349d7093b3d6b023058 (diff) | |
download | crosstool-ng-9bc3edf13b1d48926ff9592b9b18d6e2fcf00988.tar.gz crosstool-ng-9bc3edf13b1d48926ff9592b9b18d6e2fcf00988.tar.bz2 crosstool-ng-9bc3edf13b1d48926ff9592b9b18d6e2fcf00988.zip |
docs/C : libncurses is not needed anymore
macports libncurses was required only on SL 10.6.3
Diffstat (limited to 'docs')
-rw-r--r-- | docs/C - Misc. tutorials.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index 755fbadf..f5d457f7 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 | |