Andrettin / Wyrmsun

Strategy game based on history, mythology and fiction
http://andrettin.github.io/
GNU General Public License v2.0
301 stars 47 forks source link

Steam linux version lacks liboaml_shared.so #79

Closed akien-mga closed 8 years ago

akien-mga commented 8 years ago

The Linux version on Steam does not start since the 2.0.0 update because the liboaml_shared.so library is missing:

/media/data/Jeux/SteamApps/common/Wyrmsun/wyrmsun64: error while loading shared libraries: liboaml_shared.so: cannot open shared object file: No such file or directory

You'd need to either bundle the library, or link against it statically when building.

akien-mga commented 8 years ago

Maybe adding a FORCE_STATIC_OAML option and using it here would do the trick: https://github.com/Andrettin/Wyrmgus/blob/master/CMakeLists.txt#L878

Andrettin commented 8 years ago

Thanks for the PR Akien, so this is fixed now :)