newLISP Fan Club

Forum => newLISP and the O.S. => Topic started by: Fritz on July 20, 2010, 10:57:34 AM

Title: NewLISP and CentOS
Post by: Fritz on July 20, 2010, 10:57:34 AM
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?
Title: Re: NewLISP and CentOS
Post by: tomtoo on July 20, 2010, 12:59:29 PM
centos may have newlisp in its repositories, but I would go ahead and compile it manually, myself.
Title: Re: NewLISP and CentOS
Post by: Fritz on July 21, 2010, 04:53:37 AM
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
Title: Re: NewLISP and CentOS
Post by: TedWalther on July 21, 2010, 11:03:37 PM
Just for your info, you should only need sudo at the last step, "make install".