Skip to content
edubart edited this page Aug 17, 2012 · 22 revisions

Ubuntu

First install requeried development packages using apt-get

sudo apt-get install build-essential cmake git-core
sudo apt-get install libboost-all-dev libphysfs-dev libgmp3-dev liblua5.1-dev
sudo apt-get install libglew1.6-dev libvorbis-dev libopenal-dev libz-dev

Get the sources, compile and run

git clone git://github.com/edubart/otclient.git
cd otclient
mkdir build && cd build
cmake ..
make
./otclient

Arch Linux

The project creator @edubart uses Arch Linux at home and maintains an AUR package for otclient, make sure that you have yaourt and just run:

yaourt -S otclient-git
Clone this wiki locally