|
Download Source Code for LINA 1.00beta1
Build Instructions First make sure the following packages are installed on your machine:
Perform the build by moving all the downloaded files to the same directory and typing the following commands: tar xvzf lina-1.00beta1.tar.gz tar xvzf third-party.tar.gz; mv third-party lina/ tar xvzf full-bootstrap.tar.gz; mv bootstrap lina/ cd lina sh setup.sh ./configure --prefix=/usr --with-template-name=operating_system --with-version-number=1.00beta1 (on windows add: --with-cygwin-directory=C:/cygwin --with-msys-directory=C:/msys --with-mingw-directory=C:/mingw) sudo make prepare make all sudo make installer Once the build has completed, LINA will be installed on your machine, and you will find a LINA installer for other machines that share your operating system in the lina subdirectory. |