InstallationManual

From Iris2

Jump to: navigation, search
(Created page with 'Is comming...')
Line 1: Line 1:
-
Is comming...
+
= Installation on Windows =
 +
 
 +
is comming soon
 +
 
 +
 
 +
= Installation on Linux =
 +
 
 +
== Setup Iris2 ==
 +
 
 +
Install Subversion:
 +
<pre>
 +
sudo apt-get install subversion
 +
</pre>
 +
Checkout Iris2 sources (go into Console, create an folder called svn_iris, go into this folder and type):
 +
<pre>
 +
svn co svn://iris.schattenkind.net/iris/trunk
 +
 
 +
cd trunk
 +
 
 +
./installdeps.ubuntu.sh
 +
</pre>
 +
 
 +
* we should add an info if fmod is not installed and if installed create a symbolic link or search the right file
 +
* we should add g++ and libogre-dev, libois1, libois-dev and wine here!)
 +
 
 +
<pre>
 +
sudo apt-get install g++
 +
 
 +
./premakelinux.sh
 +
</pre>
 +
 
 +
== Setup Ogre3d ==
 +
 
 +
copy & paste in Terminal
 +
<pre>
 +
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6FED7057
 +
</pre>
 +
 
 +
Then got to System->Administration->Software Source. Click on the "Third Party Software" Tab and then click the "Add" Button.
 +
 
 +
 
 +
Replace the word jaunty with your version of Ubuntu and add there repositories.
 +
 
 +
<pre>
 +
deb http://ppa.launchpad.net/andrewfenn/orgedev/ubuntu jaunty main
 +
 
 +
deb-src http://ppa.launchpad.net/andrewfenn/orgedev/ubuntu jaunty main
 +
</pre>
 +
 
 +
After you have done this click close.
 +
 
 +
 
 +
Hit the Reload button to update your sources.
 +
 
 +
 
 +
Than search in Synaptic for "libogre-dev" and install it. Or Go on the left Side on Origin, select ppa.launchpad.net/universe and select libogre-dev for installation. Also install libois1 and libois-dev. ogre-doc may be also usefull.
 +
 
 +
 
 +
== Setup FMod (optional) ==
 +
grab a copy of fmod from http://www.fmod.org/index.php/download .
 +
 
 +
* Linux 32bit (Stable 4.xx) or
 +
* Linux 64bit (Stable 4.xx)
 +
 
 +
Extract this tar in your home directory (go into file Browser, right click on (fmodapixxxxlinux.tar.gz) and select "Extract here").
 +
 
 +
 
 +
Then go into the Console:
 +
 
 +
<pre>
 +
cd fmodapixxxxxxlinux
 +
 
 +
sudo make install
 +
</pre>
 +
(type in admin password)
 +
 
 +
 
 +
TODO:<br>
 +
we should search for usr/local/lib/libfmodex-4.26.03.so or create a symbolic link to this file !!
 +
 
 +
 
 +
== Install Ultima Online via WINE ==
 +
 
 +
Install and Download WINE on your Linux.<br>
 +
 
 +
Download UO. Links on [[Main_PageMain]].
 +
 
 +
Start UO-Installer with WINE.<br>
 +
Install uo.<br>
 +
 
 +
 
 +
== Start Iris2 ==
 +
<pre>
 +
/trunk
 +
 
 +
./start.sh
 +
</pre>
 +
 
 +
 
 +
Good Luck :-)
 +
 
 +
 
 +
SiENcE^Iris2 Team

Revision as of 16:45, 28 October 2009

Personal tools