An SVN installation script for ubuntu

An SVN installation script for ubuntu

Postby rudy85 » 20 Jun 2010, 21:57

A SVN installation script for ubuntu :

http://up.sur-la-toile.com/iBor

To run it :
{l Code}: {l Select All Code}
sudo bash /path/to/script.sh
STK 3D animation
My work is under the licence you want
User avatar
rudy85
 
Posts: 420
Joined: 06 Dec 2009, 13:44
Location: France

Re: An SVN installation script for ubuntu

Postby rudy85 » 20 Jun 2010, 21:58

Content :


{l Code}: {l Select All Code}
#!/bin/bash

cd ~

apt-get install libsdl1.2-dev libopenal-dev libalut-dev libmikmod2-dev libglu1-mesa-dev subversion autoconf automake1.9 g++ gcc build-essential fakeroot checkinstall xserver-xorg-dev x11proto-xf86vidmode-dev libxxf86vm-dev mesa-common-dev libgl1-mesa-dev libxext-dev

svn co https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk

wget http://downloads.sourceforge.net/irrlicht/irrlicht-1.7.1.zip
unzip irrlicht-1.7.1.zip
cd ~/irrlicht-1.7.1/source/Irrlicht
make
cd ../..
cp -r include/* /usr/local/include/
cd ~/trunk
./autogen.sh && ./configure --with-irrlicht=~/irrlicht-1.7.1/ && make
rm -rf ~/irrlicht-1.7.1
rm -rf ~/irrlicht-1.7.1.zip
mv ~/trunk ~/Supertuxkart-0.7alpha
ln -s ~/Supertuxkart-0.7alpha/src/supertuxkart ~/Supertuxkart-0.7alpha
cd ~/Supertuxkart-0.7alpha
wget http://up.sur-la-toile.com/iBop
mv ~/Supertuxkart-0.7alpha/iBop ~/Supertuxkart-0.7alpha/.hidden
chmod -R a+rwx ~/Supertuxkart-0.7alpha
STK 3D animation
My work is under the licence you want
User avatar
rudy85
 
Posts: 420
Joined: 06 Dec 2009, 13:44
Location: France

Re: An SVN installation script for ubuntu

Postby jpenguin » 21 Jun 2010, 17:50

apt-get install libopenal-dev libalut-dev libmikmod2-dev libglu1-mesa-dev subversion autoconf automake1.9 g++ gcc build-essential fakeroot checkinstall xserver-xorg-dev x11proto-xf86vidmode-dev libxxf86vm-dev mesa-common-dev libgl1-mesa-dev libxext-dev libfribidi-dev lobogg-dev libvorbis-dev
jpenguin
 
Posts: 43
Joined: 13 Jan 2010, 05:43

Re: An SVN installation script for ubuntu

Postby Arthur » 21 Jun 2010, 19:15

I suppose you meant libogg-dev and not lobogg-dev. ;)
Hey pal, I took an oath for justice! "In happy days or tightest tights..." or something like that.
User avatar
Arthur
 
Posts: 1073
Joined: 06 Dec 2009, 00:49

Re: An SVN installation script for ubuntu

Postby rudy85 » 21 Jun 2010, 19:37

OK :)
STK 3D animation
My work is under the licence you want
User avatar
rudy85
 
Posts: 420
Joined: 06 Dec 2009, 13:44
Location: France

Who is online

Users browsing this forum: Google [Bot] and 0 guests

cron