Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 06/25/14 16:49:51 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v4 v5 7 7 8 8 == Obtaining the source == 9 [[Image(StableRoot.png, 40%, align=right, margin-left=30)]] 10 9 11 Here we will use the sources of the current stable build. The advantage is that these can be built without any prerequisites. You only require a current version of Visual Studio or SharpDevelop and the .NET framework. 10 12 11 * Download the latest stable branch sources: [[http://builder.heuristiclab.com:8080/repository/download/bt11/.lastSuccessful/HeuristicLab%20stable%20sources%20r%7Bbuild.number%7D.zip?guest=1| Source zip]]. 13 * Download the latest stable branch sources: [[http://builder.heuristiclab.com:8080/repository/download/bt11/.lastSuccessful/HeuristicLab%20stable%20sources%20r%7Bbuild.number%7D.zip?guest=1| Source zip]] 14 * Unpack the archive into the folder HeuristicLab\stable somewhere on your hard drive 12 15 13 For the sake of simplicity I will assume that you unpack the archive into the folder HeuristicLab\stable on your hard drive. The HeuristicLab folder will be called //HeuristicLab Root//, likewise we'll call the stable folder //Stable Root//.16 We will refer to the HeuristicLab folder as //HLRoot//, likewise we'll call the stable folder //StableRoot//. Please remember where HLRoot is located. The explorer should look like in the image to the right. 14 17 15 18 == Building HeuristicLab ==