InstallationManual
From Iris2
(→Install Ultima Online:Mondain's Legacy Client via WINE) |
Ghoulsblade (Talk | contribs) (→Setup FMod (optional)) |
||
Line 99: | Line 99: | ||
(type in admin password) | (type in admin password) | ||
- | + | <pre> | |
- | + | you probably have to add a symbolic link so that iris can find the fmod lib, since the filename contains the version | |
- | + | 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 === |