A Wiki in the Desert
Log in

Difference between revisions of "How to Install ATITD on Linux"

From A Wiki in the Desert
(Add initial step by step instructions on how to install ATITD on linux)
 
Line 7: Line 7:
 
* Download linux installer from https://www.desert-nomad.com/Download
 
* Download linux installer from https://www.desert-nomad.com/Download
 
* Make the installer executable: <code>chmod +x eClient-linux-i686.run</code>
 
* Make the installer executable: <code>chmod +x eClient-linux-i686.run</code>
* Run the installer which will create ATITD's install directory eClient/ next to the installer. <code>./eClient-linux-i686.run</code>
+
* Run the installer which will create ATITD's install directory <code>eClient/</code> next to the installer. <code>./eClient-linux-i686.run</code>
 
* Preload 32 bit shared libraries as currently the ATITD client is only 32 bit, only should need to do this if you are running a 64 bit distro.
 
* Preload 32 bit shared libraries as currently the ATITD client is only 32 bit, only should need to do this if you are running a 64 bit distro.
 
** <code> sudo apt install libxpm4:i386 </code>
 
** <code> sudo apt install libxpm4:i386 </code>

Revision as of 09:28, 28 August 2019

Template:Languages

Installation on 64 Bit Ubuntu 18.04

  • Download linux installer from https://www.desert-nomad.com/Download
  • Make the installer executable: chmod +x eClient-linux-i686.run
  • Run the installer which will create ATITD's install directory eClient/ next to the installer. ./eClient-linux-i686.run
  • Preload 32 bit shared libraries as currently the ATITD client is only 32 bit, only should need to do this if you are running a 64 bit distro.
    • sudo apt install libxpm4:i386
    • sudo apt install libpulsedsp:i386
    • sudo apt-get install libxcursor1:i386
  • Install the oss audio daemon so sound will work
    • sudo apt install osspd
  • Finally inside eClient run ATITD with the oss flag so audio works
  • ./elaunch -oss