-
Notifications
You must be signed in to change notification settings - Fork 399
Compiling on Linux
shdpl edited this page Oct 25, 2013
·
22 revisions
First install required development packages using apt-get
sudo apt-get install build-essential cmake git-core
sudo apt-get install libboost1.49-all-dev libphysfs-dev libssl-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
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