• 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!

Is it really possible to compile OTX 4, 5 or 6 on ubuntu linux?

jonataxz

New Member
Joined
Apr 14, 2019
Messages
11
Reaction score
0
Is it really possible to compile OTX 4, 5 or 6 on ubuntu linux?
I've tried in several ways and I always get errors, there are no tutorials for compilation for linux, only for windows.
 
Pay more attention to the errors, they are not there to scare you off but to tell you the answer to the question you are asking here.
 
Last edited:
Pay more attention to the errors, they are not there to annoy you but to tell you the answer to the question you are asking here.
I'm a beginner learner and I have no idea how to analyze errors, I just want to know if it's possible to compile in linux, because it seems to me not even the developers have tested it in linux.
 
I'm a beginner learner and I have no idea how to analyze errors, I just want to know if it's possible to compile in linux, because it seems to me not even the developers have tested it in linux.
Everything is possible if you try hard enough.
You should start with posting the error that you don't understand.
 
Is it really possible to compile OTX 4, 5 or 6 on ubuntu linux?
I've tried in several ways and I always get errors, there are no tutorials for compilation for linux, only for windows.
OTX6 looks like otservbr-global. It works fine with 'vcpkg'. Compiled it on Ubuntu 20.04 with this instruction:

After you type (part of step 4):
Code:
cmake -DCMAKE_TOOLCHAIN_FILE=../../vcpkg/scripts/buildsystems/vcpkg.cmake ..
It may look like it freezed, but it's compiling 79 libraries in background. Give it 15-45 minutes.
 
Back
Top