RoR Development builds (For Windows and Linux!)

I'm trying to compile like stated here but I'm getting following error
$ cmake -GNinja -DCMAKE_BUILD_TYPE=Release .
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Error at cmake/DependenciesConfig.cmake:6 (find_package):
By not providing "FindOGRE.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "OGRE", but
CMake did not find one.

Could not find a package configuration file provided by "OGRE" (requested
version 1.11) with any of the following names:

OGREConfig.cmake
ogre-config.cmake

Add the installation prefix of "OGRE" to CMAKE_PREFIX_PATH or set
"OGRE_DIR" to a directory containing one of the above files. If "OGRE"
provides a separate development package or SDK, be sure it has been
installed.
Call Stack (most recent call first):
CMakeLists.txt:111 (include)


-- Configuring incomplete, errors occurred!
See also "/home/slobodan/ROR-latest-git/rigs-of-rods/CMakeFiles/CMakeOutput.log"
You just didn't compile/download ogre.
 
what is the ror.cfg and ogre.cfg, when i try and run it in the terminal is says "./RunRoR: no such file or directory"
Likely not in the correct directory. Most file managers allow you to open the current folder in a terminal by right clicking;
vmware_2024-07-30_21-21-32.png
 
i put chmod +x RunRoR in the terminal and it gave me this: cannot access 'RunRoR' : no such file or directory
You need to use cd to navigate to where you have downloaded Rigs of Rods and then execute the commands. You can always use ls to see where you are, make sure you can see RunRoR and RoR before using chmod.
 
Back
Top