Running newLISP on Nokia N900
Running newLISP on Nokia N900
newLISP runs on a Nokia N900 perfectly!
- Attachments
-
- newLISP on Nokia N900
- Screenshot-20100723-180033.png (32.81 KiB) Viewed 12186 times
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de
http://dragonfly.apptruck.de
Re: Running newLISP on Nokia N900
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
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
http://dragonfly.apptruck.de
Re: Running newLISP on Nokia N900
That's obvious but cool - running newLISP internal webserver on a Nokia N900.
- Attachments
-
- Dragonfly on Nokia N900
- Screenshot-20100723-204238.png (78.53 KiB) Viewed 12175 times
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de
http://dragonfly.apptruck.de
Re: Running newLISP on Nokia N900
Nice! Well done.. happy to see it running on the N900! ;-)
-- (define? (Cornflakes))