Compiling on CentOS
CentOS 8
Enable PowerTools to install lua-devel
Install this package to get pugixml-devel
2. Download the source code
3. Generate the build files
4. Build
Note: If you're getting an error with text "had text segment at different address", try running the following command and repeat steps 3 & 4 again:
sed -i "s/-Werror//g" ../CMakeLists.txt
CentOS 7
1. Install the required software
The following command will install Git, CMake, a compiler and the libraries used by The Forgotten Server.
Git will be used to download the source code, and CMake will be used to generate the build files.
2. Download the source code
3. Generate the build files
4. Build
Last updated