Ncurses
I found the ncurses library at GNU, and compilation was quite easy.
Also Ncurses has a configure script, and this is the command i used:
./configure --build=i586-pc-linux-gnu --with-shared
After that, make just build all the stuff, which didn't took too long.
Having Ncurses means we can try to build our first ramdisk image !
Back