Running newLISP on Nokia N900

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
hilti
Posts: 140
Joined: Sun Apr 19, 2009 10:09 pm
Location: Hannover, Germany
Contact:

Running newLISP on Nokia N900

Post by hilti »

newLISP runs on a Nokia N900 perfectly!
Attachments
newLISP on Nokia N900
newLISP on Nokia N900
Screenshot-20100723-180033.png (32.81 KiB) Viewed 11353 times
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de

hilti
Posts: 140
Joined: Sun Apr 19, 2009 10:09 pm
Location: Hannover, Germany
Contact:

Re: Running newLISP on Nokia N900

Post by hilti »

Compiling newLISP on Nokia N900

I like the pragmatic way, so I just compiled newLISP directly on my N900. This is the way how it's done in Your X-Terminal:

1. You need to install the package "rootsh" to be able doing some hacking stuff ;-)
2. Install GCC from this repository
deb http://repository.maemo.org/ fremantle/sdk free
4. Open Terminal and type this "apt-get install build-essential"
5. Install readline support "apt-get install libreadline5-dev"
6. Download newlisp source via "wget http://www.newlisp.org/downloads/newlisp-10.2.8.tgz" into /home/user
7. From /home/user do a "./configure"
8. Then MAKE via "make -f makefile_linux_maemo_utf8"
9. Do a check "make check
10. Install "make install
11. Starty newLISP by typing "newlisp"

Happy newLISPing!

Cheers Hilti
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de

hilti
Posts: 140
Joined: Sun Apr 19, 2009 10:09 pm
Location: Hannover, Germany
Contact:

Re: Running newLISP on Nokia N900

Post by hilti »

That's obvious but cool - running newLISP internal webserver on a Nokia N900.
Attachments
Dragonfly on Nokia N900
Dragonfly on Nokia N900
Screenshot-20100723-204238.png (78.53 KiB) Viewed 11342 times
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Re: Running newLISP on Nokia N900

Post by newdep »

Nice! Well done.. happy to see it running on the N900! ;-)
-- (define? (Cornflakes))

Locked