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

Can't Find CMakeLists.txt in OTHire.

CoolBuys1290

Member
Joined
Aug 23, 2018
Messages
80
Reaction score
8
Bash:
CMake Error: The source directory "/home/otsmanager/OTHire" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
otsmanager@167-114-137-36:~/OTHire/build$ CMake Error: The source directory "/home/otsmanager/OTHire" does not appear to contain CMakeLists.txt.
CMake: command not found
otsmanager@167-114-137-36:~/OTHire/build$ cmake ..
CMake Error: The source directory "/home/otsmanager/OTHire" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
otsmanager@167-114-137-36:~/OTHire/build$

Would like to compile the server.

Please help.

Thanks.

CoolBuys1290
 
So your folder at "/home/otsmanager/OTHire" need a file "CMakeLists.txt" have? If yes, set permission 777 to folder. Try chmod 777 /home/otsmanager/OTHire
 
Back
Top