blob: 435e78628e139e87807a3ec4d43485297b915e4e (
plain)
1
2
3
4
5
6
|
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
6. make
|