Page 1 of 1
NewLISP and CentOS
Posted: Tue Jul 20, 2010 5:57 pm
by Fritz
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?
Re: NewLISP and CentOS
Posted: Tue Jul 20, 2010 7:59 pm
by tomtoo
centos may have newlisp in its repositories, but I would go ahead and compile it manually, myself.
Re: NewLISP and CentOS
Posted: Wed Jul 21, 2010 11:53 am
by Fritz
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
Re: NewLISP and CentOS
Posted: Thu Jul 22, 2010 6:03 am
by TedWalther
Just for your info, you should only need sudo at the last step, "make install".