We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First we need to get dependencies compiled
git clone https://github.com/RigsOfRods/ror-dependencies
cd ror-dependencies
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ./
or
cmake -DCMAKE_BUILD_TYPE=Release ./
make -j8
after that we need to clone ror it self
git clone https://github.com/RigsOfRods/rigs-of-rods.git
cd rigs-of-rods
cmake -DCMAKE_PREFIX_PATH=~/ror-dependencies/Dependencies_Linux/ -DCMAKE_BUILD_TYPE=Release -DUSE_PACKAGE_MANAGER=OFF ./
make zip_and_copy_resources
and thats it, just first run RoRConfig