I followed the guide on how to install the core on Linux, but while configuring CMake I got this error:
netherblood@Nether:~/absolutely-hopeless-server/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=/home/netherblood/server -DCONF_DIR=/home/netherblood/server/etc -DTOOLS=1 -DWITH_WARNINGS=1
-- Detected 64-bit platform
-- UNIX: Using default library directory
CMake Error at cmake/platform/unix/settings.cmake:14 (configure_file):
configure_file attempted to configure a file:
/home/netherblood/absolutely-hopeless-server/cmake_uninstall.cmake into a
source directory.
Call Stack (most recent call first):
cmake/macros/CheckPlatform.cmake:13 (include)
CMakeLists.txt:58 (include)
-- Configuring incomplete, errors occurred!
See also "/home/netherblood/absolutely-hopeless-server/CMakeFiles/CMakeOutput.log".
netherblood@Nether:~/absolutely-hopeless-server/build$
Attached is the log.
CMakeOutput (1).log