View Single Post
  #2  
Old 06-01-2005, 09:47 PM
EvilJack's Avatar
EvilJack EvilJack is offline
Senior Member
 
Join Date: Aug 2003
Location: Southlake, Texas
Posts: 277
New Version - 1.3.7

Here is a updated, 1.3.7 version.

[ I just uploaded the -2 version. I added a doc/nano
directory with a readme and install file ]

I've only attached the tgz file. I'll do the tpm later...
once a few people have tested the new binary.

If anyone is interested, I used this to configure the source...

Code:
./configure --prefix=/opt/local/tivo/kernel/devenv/obj/release-mips/mips/mips-TiVo-linux \
        --host=mips \
        --without-libiconv-prefix \
        --disable-dependency-tracking \
        --disable-nls \
        --disable-justify \
        --disable-speller \
        --disable-mouse \
        --enable-nanorc \
        --disable-tabcomp \
        --disable-color \
        --disable-wrapping \
        --disable-utf8 \
        --disable-glibtest \
        --enable-multibuffer \
        LDFLAGS="-L/opt/local/tivo/kernel/devenv/obj/release-mips/mips/mips-TiVo-linux/lib -ltermcap -lncurses"
if you want linewrap ( I hate it ) or mouse ( can't see that
that would be useful ) let me know and I'll re-build it.

jack
Attached Files
File Type: tgz nano-1.3.7-2.tgz (448.7 KB, 370 views)

Last edited by EvilJack; 06-01-2005 at 10:25 PM.
Reply With Quote