Revision [971]

Last edited on 2009-12-07 20:10:57 by MartinFischer
Additions:
This is not a step by step guide. Instead it is meant to provide links to all the sites and downloadable tools that will be required if you wish to use a Windows system for assisting in ""XTrackCAD"" development.
1) Installation packages are built with [[http://nsis.sf.net/ NSIS]]. This is not required but will be helpful if you want to distribute ""XTrackCAD"" to other PCs.
Deletions:
This is not a step by step guide. Instead it is meant to provide links to all the sites and downloadable tools that will be required if you wish to use a Windows system for assisting in XTrackCAD development.
1) Installation packages are built with [[http://nsis.sf.net/ NSIS]]. This is not required but will be helpful if you want to distribute XTrackCAD to other PCs.


Revision [831]

Edited on 2009-10-31 11:56:22 by BobBlackwell [Edit]
Additions:
I started this page when I bought a new computer. So this description will follow the steps I took when setting up that system and will be extended as I make progress. I started from a bare Windows XP system with only the operating system and the virus protection installed.
Deletions:
I started this page when I bought a new computer. So this description will follow the steps I take when setting up that system and will be extended as I make progress. I started from a bare Windows XP system with only the operating system and the virus protection installed.


Revision [830]

Edited on 2009-10-31 11:55:23 by BobBlackwell [Edit]
Additions:
This is not a step by step guide. Instead it is meant to provide links to all the sites and downloadable tools that will be required if you wish to use a Windows system for assisting in XTrackCAD development.
All required tools are freely available.
Deletions:
This is not a step by step guide. Instead it is meant to provide links to all the sites and downloadables you need if you want to use a Windows system for assisting in XTrackCAD development.
All the tools that are required available are for free.


Revision [805]

Edited on 2009-10-26 23:28:02 by AbsoLute (unregistered user) [typo]
Additions:
All the tools that are required available are for free.
Deletions:
All the tools that are required available for free.


Revision [759]

Edited on 2009-06-30 08:44:43 by MartinFischer [SED and gettext not needed]
Deletions:
====Standard Open Source Tools====
1) For building XTrackCAD a Unix tool called sed is needed. Go to [[http://gnuwin32.sourceforge.net/packages.html GNU Win32 Packages]] and get the 'Setup'
1) While you're there, also download [[http://gnuwin32.sourceforge.net/packages/gettext.htm GetText]] which is needed fo internationalization.
1) Installing sed and gettext is a straight forward process. Just follow the instructions of the Setup programs. You probably won't need the souce code for either of the packages. It does make sense to install the documentation for gettext if you're interested in helping translate the program. While working on XTrackCAD you'll probably never need the sed documentation.


Revision [711]

Edited on 2008-08-28 03:15:09 by MartinFischer [Updated instructions for new CMakerelease]
Additions:
1) The build process is managed by [[http://www.cmake.org/ CMake]]. You'll need version 2.6.0 or higher of CMake.
Deletions:
1) The build process is managed by [[http://www.cmake.org/ CMake]]. You'll need a current version of CMake from their development tree. I'm using currently 2.5.20080131with success. As the development versions come without an installer and I didn't want to figure out how to install CMake, I took a two step approach. Download version 2.4.6 and run the installer. After this is complete, replace the created subdirectores in the CMake directory (bin, doc,...) with the contents of the 2.5 zip file.


Revision [662]

Edited on 2008-03-04 05:05:37 by MartinFischer [Corrected link to WinCVS]
Additions:
1) If you want to access the most recent source code or want to contribute code to the project, you'll need [[http://cvsgui.sourceforge.net/ WinCVS]]
1) A good description for the installation of [[http://cvsgui.sourceforge.net/ WinCVS]] provided by the Sourceforge Team is [[http://sourceforge.net/docs/F05/en/#top WinCvs with PuTTY]]
Deletions:
1) If you want to access the most recent source code or want to contribute code to the project, you'll need [[http://www.wincvs.org/ WinCVS]]
1) A good description for the installation of WinCVS provided by the Sourceforge Team is [[http://sourceforge.net/docs/F05/en/#top WinCvs with PuTTY]]


Revision [654]

Edited on 2008-02-12 13:45:05 by MartinFischer [Updated reference to HTML Help]
Additions:
1) As an additional tool the [[http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&DisplayLang=en HTML Help Workshop]] is needed. Get the htmlhelp.exe. Installation for this tool is a straightforward process.
Deletions:
1) As an additional tool the [[http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&DisplayLang=en HTML Help Workshop]] is needed. Get the htmlhelp.exe and the HelpDocs.zip file.


Revision [652]

Edited on 2008-02-05 23:40:54 by MartinFischer [Formating changes]
Additions:
====Required Microsoft Tools====

====Standard Open Source Tools====
1) For building XTrackCAD a Unix tool called sed is needed. Go to [[http://gnuwin32.sourceforge.net/packages.html GNU Win32 Packages]] and get the 'Setup'

====Getting the source and building====
1) The build process is managed by [[http://www.cmake.org/ CMake]]. You'll need a current version of CMake from their development tree. I'm using currently 2.5.20080131with success. As the development versions come without an installer and I didn't want to figure out how to install CMake, I took a two step approach. Download version 2.4.6 and run the installer. After this is complete, replace the created subdirectores in the CMake directory (bin, doc,...) with the contents of the 2.5 zip file.
1) Run as described in CMakeBuild
====Preparing for installation====
Deletions:
1) So this is the first product. Next you'll need a few more tools from the Internet. Look out for updates!
1) The build process is managed by [[http://www.cmake.org/ CMake]]
1) For building XTrackCAD a Unix tool called sed is needed. Go to [[http://gnuwin32.sourceforge.net/packages.html GNU Win32 Packages]] and get the 'Setup'


Revision [651]

Edited on 2008-02-05 06:52:13 by MartinFischer [WIinCVS installation information added]
Additions:
1) A good description for the installation of WinCVS provided by the Sourceforge Team is [[http://sourceforge.net/docs/F05/en/#top WinCvs with PuTTY]]


Revision [650]

Edited on 2008-02-04 12:07:13 by MartinFischer [Added info on gettext and sed]
Additions:
1) Installing sed and gettext is a straight forward process. Just follow the instructions of the Setup programs. You probably won't need the souce code for either of the packages. It does make sense to install the documentation for gettext if you're interested in helping translate the program. While working on XTrackCAD you'll probably never need the sed documentation.


Revision [647]

Edited on 2008-02-01 11:01:36 by MartinFischer [Added HTML Help to list]
Additions:
1) As an additional tool the [[http://www.microsoft.com/downloads/details.aspx?FamilyID=00535334-c8a6-452f-9aa0-d597d16580cc&DisplayLang=en HTML Help Workshop]] is needed. Get the htmlhelp.exe and the HelpDocs.zip file.
1) Installation packages are built with [[http://nsis.sf.net/ NSIS]]. This is not required but will be helpful if you want to distribute XTrackCAD to other PCs.
Deletions:
1) Installation packages are built with [[http://nsis.sf.net/ NSIS]]


Revision [646]

Edited on 2008-02-01 10:56:28 by MartinFischer [Added more required download package]
Additions:
1) If you want to access the most recent source code or want to contribute code to the project, you'll need [[http://www.wincvs.org/ WinCVS]]
1) The build process is managed by [[http://www.cmake.org/ CMake]]
1) For building XTrackCAD a Unix tool called sed is needed. Go to [[http://gnuwin32.sourceforge.net/packages.html GNU Win32 Packages]] and get the 'Setup'
1) While you're there, also download [[http://gnuwin32.sourceforge.net/packages/gettext.htm GetText]] which is needed fo internationalization.
1) Installation packages are built with [[http://nsis.sf.net/ NSIS]]


Revision [644]

Edited on 2008-01-31 13:49:15 by BobBlackwell [Improved paragraph display - Removed a few LF's]
Additions:
This is not a step by step guide. Instead it is meant to provide links to all the sites and downloadables you need if you want to use a Windows system for assisting in XTrackCAD development.
I started this page when I bought a new computer. So this description will follow the steps I take when setting up that system and will be extended as I make progress. I started from a bare Windows XP system with only the operating system and the virus protection installed.
Deletions:
This is not a step by step guide. Instead it is meant to provide links to all the sites and downloadables you need
if you want to use a Windows system for assisting in XTrackCAD development.
I started this page when I bought a new computer. So this description will follow the steps I take when setting up that
system and will be extended as I make progress. I started from a bare Windows XP system with only the operating system and the virus protection installed.


Revision [643]

Edited on 2008-01-31 09:37:01 by MartinFischer [Found out about double double quotes]
Additions:
1) Installation is straightforward. Select Visual Studio C""++"". You can install the optional components and documentation if you wish.
1) After installation, start Visual Studio C""++"" and generate a small Win32 test application. Compile and run.
Deletions:
1) Installation is straightforward. Select Visual Studio C+ +. You can install the optional components and documentation if you wish.
1) After installation, start Visual Studio C+ + and generate a small Win32 test application. Compile and run.


Revision [642]

Edited on 2008-01-31 09:31:22 by MartinFischer
Additions:
I started this page when I bought a new computer. So this description will follow the steps I take when setting up that
system and will be extended as I make progress. I started from a bare Windows XP system with only the operating system and the virus protection installed.
Deletions:
I started this page when I bought a new computer. Description will start from a bare Windows XP system.


Revision [641]

The oldest known version of this page was created on 2008-01-31 09:29:30 by MartinFischer [Started]
Get XTrkCAD Model RR Track Planner at SourceForge.net. Fast, secure and Free Open Source software downloads
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki