Changes between Version 5 and Version 6 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 06/25/14 17:01:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v5 v6 17 17 18 18 == Building HeuristicLab == 19 There are two important solutions in the StableRoot. The one that needs to be built first is called `HeuristicLab.ExtLibs.sln`. This will create a `bin` folder directly in StableRoot and add plugins of external libraries to which the rest of HeuristicLab depends upon. After this has been built successfully, `HeuristicLab.sln` will be used to build the main application. This will also add plugins and the HeuristicLab.exe into the common `bin` folder. 19 20 20 If you have Visual Studio 2012 or later installed you can use the Build.cmd script that 21 === Using the Build.cmd script === 22 [[Image(buildcmd.png, align=right)]] 23 If you have Visual Studio 2012 or later installed you can use the Build.cmd script in StableRoot. Double click it and a command window will appear. Insert the number that is associated with the HeuristicLab.ExtLibs.sln first. Then hit <Enter> each time it prompts for configuration, platform and if a clean should be performed. It will then perform a Release build not specific to a CPU architecture. 21 24 25 26 === Using Visual Studio 2012 === 22 27 * Open the solution file HeuristicLab.ExtLibs.sln in your IDE of choice and build it. 23 28 * Open the solution file HeuristicLab 3.3.sln and build it. … … 25 30 * Start HeuristicLab 3.3.exe from sources\bin. 26 31 32 === Using SharpDevelop 4.4 === 27 33 For Linux users, check out the HeuristicLab and Mono HowTo for more information on how to compile HeuristicLab with Mono on Linux. 28 34