Changes between Version 7 and Version 8 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 06/25/14 17:07:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v7 v8 22 22 [[Image(buildcmd.png, align=right, margin-left=30)]] 23 23 24 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.24 If you have Visual Studio 2012 or later installed you can use the Build.cmd script in StableRoot. 25 25 26 Next open the Build.cmd script again and this time select the number associated with the HeuristicLab 3.3.sln solution. Perform the same steps as above and the build should succeed. 26 * Double click Build.cmd and type the number that is associated with the HeuristicLab.ExtLibs.sln 27 27 28 * You now have built HeuristicLab into StableRoot\bin. 28 Then hit <Enter> and 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. 29 30 * Double click Build.cmd again and this time type the number associated with the HeuristicLab 3.3.sln solution. 31 32 Perform the same steps as above and the build should succeed. You now have built HeuristicLab into StableRoot\bin. We can now write our own plugin and link against these assemblies. 29 33 30 34 In the next section we will set up a new solution and add our own plugin.