Skip to content

CMake Meta-Project to build dependencies of Rigs of Rods

Notifications You must be signed in to change notification settings

Speciesx/ror-dependencies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ror-dependencies

Dependencies that will be needed to compile the source.

Build status
Linux: TODO
Windows: appveyor build Status

How to build on Windows

Prerequisites

  • Install Windows Visual Studio 2015 Community Edition
  • Install cmake
  • Install git and mercurial

Install with Chocolatey: choco install cmake git hg

Create Visual Studio solution file

  • Launch cmake-gui and point the source directory to the ror-dependencies repository
  • Set the build directory to any folder where the resulting dependencies should be placed
  • Press Configure and select Visual Studio 14 2015 as generator (Notice: Win64 target not supported yet)
  • Press Generate to create the solution file

Build dependencies

  • Open the ror-dependencies.sln file inside the chosen build directory with Visual Studio
  • Select Release configuration (currently the only tested configuration)
  • Run Build->Build Solution (Ctrl-Shift-B)
  • This will populate the Dependencies_Windows_Visual-Studio-14-2015 directory with the freshly built dependencies

How to build on Linux

Prerequisites

  • Install cmake, git and mercurial
  • Install WxWidgets

Configure && build

cmake <Path-to-ror-dependencies-repository>
make

The resulting dependencies will be placed inside the Dependencies_Linux directory.

About

CMake Meta-Project to build dependencies of Rigs of Rods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.7%
  • C++ 35.3%
  • CMake 2.0%