From 8a665b53229ce8f563b88bb33aa1ab3db4c1c096 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 25 May 2015 22:53:09 +0200 Subject: finally managed to port some simple ncurses test applications! --- packages/ncurses-5.9/README | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'packages/ncurses-5.9/README') diff --git a/packages/ncurses-5.9/README b/packages/ncurses-5.9/README index 5f22dfa..78b9cd4 100644 --- a/packages/ncurses-5.9/README +++ b/packages/ncurses-5.9/README @@ -1,9 +1,12 @@ 1. extract ncurses-5.9.tar.gz 2. apply patch inside direcotry with : patch -p1 < ../ncurses-5.9-foolos.patch +.. tic foolterm.ti (to install locally) 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") + +$ ../ncurses-xxx/configure --host=i686-foolos --without-tests --with-fallbacks=fool-term --with-debug CFLAGS="-gstabs -O0" CXXFLAGS="-gstabs -O0" --prefix=/home/miguel/opt/foolos/usr/ --with-termlib CC=i686-foolos-gcc + +symlink /usr/include/curses.h to ./ncurses/curses.h ??? FOR SOME REASON WE NEED TO PASS : CC=i686-foolos-gcc -6. make +6. make && make install -- cgit v1.2.3