summaryrefslogtreecommitdiff
path: root/packages/ncurses-5.9/README
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ncurses-5.9/README')
-rw-r--r--packages/ncurses-5.9/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/ncurses-5.9/README b/packages/ncurses-5.9/README
deleted file mode 100644
index 78b9cd4..0000000
--- a/packages/ncurses-5.9/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-$ ../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 && make install
-