Tibia: Difference between revisions

From Bitpost wiki
(Created page with "* Grab the tar from [https://secure.tibia.com/account/?subtopic=downloadclient here], unzip it and make a symlink: cd mkcd games m@case:~/games$ untar tibia.x64.tar.gz m...")
 
No edit summary
 
Line 6: Line 6:
* Install one dependency:  
* Install one dependency:  
  sudo apt-get install libpcre16-3
  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
* Use my common script to run it
  tibia&
  tibia&

Latest revision as of 01:59, 27 October 2016

  • 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
  • Install one dependency:
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&