The XTrkCAD Wiki : BuildProcess

HomePage :: PageIndex · RecentChanges · Login/Register
We are currently in the process of changing the build process from the old makefiles to
a CMake based build system. This has been a long going activity that is mostly completed.

If you want to build XTrkCad on Windows, you can just use the supplied Solution for Visual Express Studio.
In addition to Visual Express Studio, you'll need two downloads from Microsoft

HTML Help Workshop and
Windows Server 2003 SP2 Platform SDK

After installing these Windows prerequisites, follow the steps on CMakeBuild to build XTrackCAD on your own system.

In case you're a Linux developer, the following steps are needed:

  1. Get the complete source package, either from CVS at http://sourceforge.net/cvs/?group_id=151737 or download the tarball from http://sourceforge.net/project/showfiles.php?group_id=151737
  2. Make sure you have the prerequisites installed
  3. If not already installed, get and install CMake

Now perform the following steps:
cd srcdir/xtrkcad/app/tools
cmake .
cd ../doc
cmake .
cd ..
make

Currently there is no install script supplied with XTrkCad. Following the description of the directory layout in the help files
and copy the files to their appropriate directory manually.

There are no comments on this page. [Add comment]

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