The XTrkCAD Wiki : CMakeBuild

HomePage :: PageIndex · RecentChanges · Login/Register

Overview


The following instructions detail building XTrackCAD using CMake. CMake is a cross-platform build system, available at http://www.cmake.org, that can be used to generate builds for a variety of build tools ranging from "make" to Visual Studio and XCode. Using CMake you can build XTrackCAD on Windows, GNU/Linux, and Mac OSX using the build tool(s) of your choice.

Building XTrkCAD on GNU/Linux



$ cd ~/build/xtrkcad
$ ccmake ~/src/xtrkcad



$ make



$ make install



$ ~/install/xtrkcad/bin/xtrkcad


Building XTrkCAD on Mac OSX



Building XTrkCAD on Windows



Notes



CategoryDevel

There are 5 comments on this page. [Display comments]

SourceForge.net
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.0542 seconds