09-11-2017, 12:31 AM
Hi, welcome to the forums!
I assume you're using the compile.sh script, have you tried manually running cmake? From the cuberite folder, run:
(from https://github.com/cuberite/cuberite/blo...reebsd-etc)
I assume you're using the compile.sh script, have you tried manually running cmake? From the cuberite folder, run:
Code:
mkdir Release
cd Release
cmake -DCMAKE_BUILD_TYPE=RELEASE ..
make
(from https://github.com/cuberite/cuberite/blo...reebsd-etc)