So I'm working on porting ncurses:
Code:
cd
(armv6l:1) wget: http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz
(armv6l:1) tar -xvf ncurses-5.9.tar.gz
(armv6l:1) cd ncurses-5.9
(armv6l:1) /home/ncurses-5.9 #
ANNOUNCE c++ lib
AUTHORS config.guess man
Ada95 config.log menu
INSTALL config.status misc
MANIFEST config.sub mk-0th.awk
Makefile configure mk-1st.awk
Makefile.in configure.in mk-2nd.awk
Makefile.os2 convert_configure.pl mk-dlls.sh.in
NEWS dist.mk mk-hdr.awk
README doc ncurses
README.MinGW edit_man.sh obj_g
README.emx form objects
TO-DO headers.sh panel
aclocal.m4 include progs
announce.html.in install-sh test
configure goes thru okay although I believe I should be pointing it to a /home install location.
Code:
** Configuration summary for NCURSES 5.9 20110404:
extended funcs: yes
xterm terminfo: xterm-new
bin directory: /usr/bin
lib directory: /usr/lib
include directory: /usr/include
man directory: /usr/man
terminfo directory: /usr/share/terminfo
I'll read back through the threads until I find the bit about this and then continue this.