• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Compiling Help to compile OTX debian 9

fyalhed

Member
Joined
Nov 18, 2017
Messages
156
Reaction score
20
Following this Linux - What do you recommend? suggestions
I'll stop to use 0.4 sourcepack

Compilling on Linux · mattyx14/otxserver Wiki · GitHub
I'm trying to compile OTX on debian 9, but i got a problem on this part:
mkdir build && cd build && cmake ./../patch<number_you_want>/ && make -j $(nproc)

root@leo:/home/leo/Documents/otxserver/build# cmake ./../patch 8 6/ && make -j $(nproc)
CMake Error: The source directory "/home/leo/Documents/otxserver/build/6" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
root@leo:/home/leo/Documents/otxserver/build#

But the folder patch 8 6 is there, do i doing something wrong?
 
Back
Top