Did a walk through and this was really helpfull (to me as neko noob),
first time it works.. thanks
put in wiki is a good idea i guess.
Next step for here would be the mod_neko on apache 2 and mysql5 (with
your walkthrough escaped those steps (as they where for apache 1.3 and
mysql 4).
Thanks again,
Folkert
Johan Tibell wrote:
To install Neko on Ubuntu 6.06 LTS I used the following steps:
1. Download Neko 1.3:
$ wget http://nekovm.org/_media/neko-1.3-src.tar.gz
2. Extract the files:
$ tar zxf neko-1.3-src.tar.gz
3. Build the binaries/library
$ cd neko-1.3-src
(Press 's' if asked to install a library, these are optional.)
$ make
(Running the test is not strictly necessary but it's a sane thing to do.)
$ make test
4. Copy the binaries to /usr/bin
$ sudo cp bin/neko /usr/bin
$ sudo cp bin/nekoc /usr/bin
$ sudo cp bin/nekotools /usr/bin
5. Install libraries
$ sudo mkdir -p /usr/lib/neko
$ sudo cp bin/libneko.so /usr/lib
$ sudo cp bin/*.ndll /usr/lib/neko
Done. You can now delete the archive downloaded in step one and the
directory created by unpacking the source in step two if you want to.
To uninstall simply do:
$ sudo rm -i /usr/bin/neko /usr/bin/nekoc /usr/bin/nekotools
/usr/lib/libneko.so /usr/lib/neko/*
$ sudo rmdir /usr/lib/neko
Could I put this somewhere on the Wiki? It was helpful to me at least ;)
--
Neko : One VM to run them all
(http://nekovm.org)