summaryrefslogtreecommitdiff
path: root/xxx/packages/ncurses-5.9/README
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-18 19:00:44 +0200
committerMiguel <m.i@gmx.at>2018-08-18 19:00:44 +0200
commit18d1aa2593003680b0d6f59a36e5dad2821134b2 (patch)
tree08ab014714e623961d965a9e7913010d0eec1305 /xxx/packages/ncurses-5.9/README
parent8d5d5b8fcca8c9fad89f64f41a3d36c62453dba4 (diff)
cleaning up
Diffstat (limited to 'xxx/packages/ncurses-5.9/README')
-rw-r--r--xxx/packages/ncurses-5.9/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/xxx/packages/ncurses-5.9/README b/xxx/packages/ncurses-5.9/README
new file mode 100644
index 0000000..78b9cd4
--- /dev/null
+++ b/xxx/packages/ncurses-5.9/README
@@ -0,0 +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
+
+$ ../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
+