Hello all,
I managed to install and get running this game in Fedora 14 using this install script:
http://www.liflg.org/?catid=7&gameid=90
Then using this script to run the original Alpha Centauri:
Code:
cd INSTALL_DIR
LD_PRELOAD=./Loki_Compat/libstdc++-3-libc6.2-2-2.10.0.so:./Loki_Compat/libsmpeg-0.4.so.0 ./smac.dynamic
And this one for Alien Crossfire:
Code:
cd INSTALL_DIR
LD_PRELOAD=./Loki_Compat/libstdc++-3-libc6.2-2-2.10.0.so:./Loki_Compat/libsmpeg-0.4.so.0 ./smacx.dynamic
Of course INSTALL_DIR is replaced for your installation directory.
I have one problem though! When discovering new tech the mp3 voice overs, found in ./data/voices, do not play. Which is sad, as it is one of the most defining parts of the game.
Any ideas?