blob: a723682bb910f0c54e7a6087916b0708469c689e (
plain)
1
2
3
4
5
6
7
|
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=xterm
(or $ ./configure --host=i686-foolos --without-tests --with-fallbacks=xterm --with-debug CFLAGS="-gstabs -O0" CXXFLAGS="-gstabs -O0"
6. make
|