summaryrefslogtreecommitdiff
path: root/packages/ncurses-5.9/README
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-25 17:46:54 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-25 17:46:54 +0200
commitce50b0f007b8d71078a03d2a83ad8e35b0931dab (patch)
treee26d2f3272cdd4d90661345af4f3ac08ed5f55d7 /packages/ncurses-5.9/README
parent2c8cefb3a269d66a6a705bcb4912b0657379273c (diff)
fixed critical but in ELF loader and finally got tput etc.. (ncurses) working
Diffstat (limited to 'packages/ncurses-5.9/README')
-rw-r--r--packages/ncurses-5.9/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/ncurses-5.9/README b/packages/ncurses-5.9/README
index d5bcc5a..5f22dfa 100644
--- a/packages/ncurses-5.9/README
+++ b/packages/ncurses-5.9/README
@@ -1,9 +1,9 @@
-1. extract ncurses-5.9
-2. cd ncurses
-3. exchange config.sub (just add foolos) and add +x
-4. put termios.h in sysroot/usr/include/sys
-5. ./configure --host=i686-foolos --without-tests --with-fallbacks=linux
-(or $ ./configure --host=i686-foolos --without-tests --with-fallbacks=linux --with-debug CFLAGS="-gstabs -O0" CXXFLAGS="-gstabs -O0"
+1. extract ncurses-5.9.tar.gz
+2. apply patch inside direcotry with : patch -p1 < ../ncurses-5.9-foolos.patch
+3. build in seperate directory
+5. ../ncurses-xxx/configure --host=i686-foolos --without-tests --with-fallbacks=linux
+(or $ ../ncurses-xxx/configure --host=i686-foolos --without-tests --with-fallbacks=linux --with-debug CFLAGS="-gstabs -O0" CXXFLAGS="-gstabs -O0")
+
+??? FOR SOME REASON WE NEED TO PASS : CC=i686-foolos-gcc
6. make
-AS A WORKAROUND PASS: LDFLAGS=-lfool CC=i686-foolos-gcc