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?
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?