Changes between Version 17 and Version 18 of code/Buildsystem
- Timestamp:
- Feb 14, 2015, 5:36:47 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/Buildsystem
v17 v18 1 1 = The Orxonox Build System = 2 [[TracNav(TracNav/TOC_Development)]] 3 2 4 We use [http://www.cmake.org CMake] to configure the build. It can either generate makefiles or project files (Visual Studio, KDevelop, Code::Blocks, etc.). More information on which generator they support can be found on their website. Orxonox officially supports UNIX makefiles, Code::Blocks projects, Visual Studio solutions and XCode project files. [[br]] 3 5 Our version requirement for CMake can be found in the root CMakeLists.txt (it will complain if your version is insufficient).