• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling tfs 0.4 compile ubuntu 16.04

dunnish

New Member
Joined
Jun 18, 2009
Messages
268
Solutions
1
Reaction score
2
Hello!

anyone know where i can download tfs 0.4?
and how to compile it to ubuntu 16.04

i found it but now i get
Code:
CMake Error: The source directory "/home/ots/x64/trunk.r3777" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
when i type
i have install the following package.
Code:
sudo apt-get install git cmake build-essential liblua5.2-dev libgmp3-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev

$ mkdir build && cd build
$ cmake ..
 
Last edited:
Back
Top