diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-24 23:30:12 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-24 23:30:12 +0200 |
| commit | 8ea3e244d44190e44a092ffb004e13ad94174c68 (patch) | |
| tree | 2365b0ec35b4fbdc82d49bcefc014fc8af59b251 /packages | |
| parent | 1b64f1e69bfbffc0e70ba3a1baff00ed3fd8cb51 (diff) | |
porting ncurses...
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ncurses-5.9/README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/ncurses-5.9/README b/packages/ncurses-5.9/README index a723682..d5bcc5a 100644 --- a/packages/ncurses-5.9/README +++ b/packages/ncurses-5.9/README @@ -2,6 +2,8 @@ 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=xterm -(or $ ./configure --host=i686-foolos --without-tests --with-fallbacks=xterm --with-debug CFLAGS="-gstabs -O0" CXXFLAGS="-gstabs -O0" +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" 6. make + +AS A WORKAROUND PASS: LDFLAGS=-lfool CC=i686-foolos-gcc |
