Thread: DIY - KeK
View Single Post
Old 08-08-2012, 01:55 PM   #144
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
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.

Last edited by twobob; 08-08-2012 at 01:56 PM. Reason: added conf outy
twobob is offline   Reply With Quote