InstallationManual

From Iris2

Jump to: navigation, search
(Install Ultima Online:Mondain's Legacy Client via WINE)
(Setup FMod (optional))
Line 99: Line 99:
(type in admin password)
(type in admin password)
-
 
+
<pre>
-
TODO:<br>
+
you probably have to add a symbolic link so that iris can find the fmod lib, since the filename contains the version
-
we should search for usr/local/lib/libfmodex-4.26.03.so or create a symbolic link to this file !!
+
to do that run
-
 
+
#> locate libfmod
 +
if it lists something like /usr/local/lib/libfmodex-4.27.06.so
 +
then you should make a symbolic link like this :
 +
#> sudo ln -s /usr/local/lib/libfmodex-4.27.06.so /usr/local/lib/libfmodex.so
 +
then iris will find it during compile : ./makeclean.sh && ./premakelinux.sh
 +
if you get linker errors like 'undefined reference to ... FMOD_...' (64 bit problem) you can disable fmod by editing premake.lua and setting 'gbUseSoundFmod = true' to false
 +
</pre>
=== Install Ultima Online:Mondain's Legacy Client via WINE ===
=== Install Ultima Online:Mondain's Legacy Client via WINE ===

Revision as of 20:29, 15 November 2009

Personal tools