- Grab the tar from here, unzip it and make a symlink:
cd
mkcd games
m@case:~/games$ untar tibia.x64.tar.gz
m@case:~/games$ ln -s tibia-11.01.3987 tibia
sudo apt-get install libpcre16-3
- If you get a missing-lib error for pcre (Zac's lib! :-)):
m@case:~/games$ /home/m/games/tibia-11.01.3987/bin/client: error while loading shared libraries: libpcre16.so.0: cannot open shared object file: No such file or directory
- Then hack in a symlink for an older version:
ldconfig -p |grep libpcre
root@case:/usr/lib/x86_64-linux-gnu# ln -s libpcre16.so libpcre16.so.0
- Use my common script to run it
tibia&