freezway
|
 |
Posted on: May 21, 2010, 04:47:39 pm |
|
|
 Joined: Dec 2009
Posts: 220
|
I made a script to auto install and run ENIGMA/LGM. It is designed for ubuntu, but should work on other linux systems if you replace the apt-get lines with your package manager's lines and packages.
sudo apt-get -yqq install build-essential libgl1-mesa-dev libopenal-dev zlib1g-dev subversion rapidsvn cd ~ svn co https://enigma-dev.svn.sourceforge.net/svnroot/enigma-dev/trunk enigma cd enigma make java -jar lgm16b4.jar
|
|
« Last Edit: August 17, 2010, 04:45:18 pm by IsmAvatar »
|
Logged
|
if you drop a cat with buttered toast strapped to its back, which side lands down? joshdreamland: our languages are based on the idea that it's going to end up FUBAR /kick retep998
|
|
|
Josh @ Dreamland
|
 |
Reply #1 Posted on: May 21, 2010, 05:06:29 pm |
|
|
Prince of all Goldfish
 Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
Replace the sudo calls with one call to sudo su; or combine the install parameters.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
freezway
|
 |
Reply #3 Posted on: May 21, 2010, 05:46:52 pm |
|
|
 Joined: Dec 2009
Posts: 220
|
cool, i get a post in announcements! modifications made!
|
|
|
Logged
|
if you drop a cat with buttered toast strapped to its back, which side lands down? joshdreamland: our languages are based on the idea that it's going to end up FUBAR /kick retep998
|
|
|
Josh @ Dreamland
|
 |
Reply #4 Posted on: May 21, 2010, 09:56:26 pm |
|
|
Prince of all Goldfish
 Location: Pittsburgh, PA, USA Joined: Feb 2008
Posts: 2950
|
You know, as long as this script is for Linux, you may as well call my makefile generator script under CompilerSource/genmake.sh. It'll make sure the damn makefile is current. Would be convenient if SVN could call that thing before commit.
|
|
|
Logged
|
"That is the single most cryptic piece of code I have ever seen." -Master PobbleWobble "I disapprove of what you say, but I will defend to the death your right to say it." -Evelyn Beatrice Hall, Friends of Voltaire
|
|
|
|
|
|
|
|
|
MahFreenAmeh
|
 |
Reply #11 Posted on: May 23, 2010, 05:52:50 pm |
|
|
sysadmin
"Web Team" Location: Austin, TX Joined: Apr 2008
Posts: 13
|
Replace the sudo calls with one call to sudo su; or combine the install parameters.
youk now, there was only one sudo, right? if he were to replace it with sudo su then he would also have to add exit at the end, essentially, to drop out of the administrative shell so as to keep the idiotic users less idiotic.
|
|
|
Logged
|
sys(tem)admin(istrator) [java,c++,c,javascript,html,css,php,perl,ruby,python,sql] if you've got ideas, let me hear them.
|
|
|
|
|
|
|