Most recent edit on 2008-09-01 03:48:17 by MartinFischer [Added link to CVS]
Additions:
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∞
Deletions:
1) Get the complete source package, either from CVS or download the tarball
Edited on 2008-01-13 01:40:22 by MartinFischer [Added links to Windows prereqs]
Additions:
a CMake based build system. This has been a long going activity that is mostly completed.
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.
Deletions:
a CMake based build system. This has been a long going activity that is only partly completed.
Oldest known version of this page was edited on 2007-11-21 11:24:45 by MartinFischer [Created initial version]
Page view:
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 only partly completed.
If you want to build
XTrkCad on Windows, you can just use the supplied Solution for Visual Express Studio.
In case you're a Linux developer, the following steps are needed:
- Get the complete source package, either from CVS or download the tarball
- Make sure you have the prerequisites installed
- 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.