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.git
cd ror-dependencies
git checkout upgrade-to-ogre-1.11
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 ./
make zip_and_copy_resources
and thats it, just first run RoRConfig