Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 7 and Version 8 of Documentation/DevelopmentCenter/DownloadAndBuildSource


Ignore:
Timestamp:
06/25/14 17:07:14 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DownloadAndBuildSource

    v7 v8  
    2222[[Image(buildcmd.png, align=right, margin-left=30)]]
    2323
    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.
     24If you have Visual Studio 2012 or later installed you can use the Build.cmd script in StableRoot.
    2525
    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
    2727
    28  * You now have built HeuristicLab into StableRoot\bin.
     28Then 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
     32Perform 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.
    2933
    3034In the next section we will set up a new solution and add our own plugin.