I got a virtual server with CentOS installed: now I need to run my newLISP projects on it.
Is it possible to install newLISP somehow via yum or any other automatic manager?
Or I should download sources and compile newLISP manually?
centos may have newlisp in its repositories, but I would go ahead and compile it manually, myself.
Thank you, installed successfully. If anybody else will try to repeat:
wget http://www.newlisp.org/downloads/newlisp-10.2.8.tgz
tar -xf newlisp-10.2.8.tgz
cd newlisp-10.2.8
sudo ./configure-alt
sudo make
sudo make install
Just for your info, you should only need sudo at the last step, "make install".