Changes between Version 24 and Version 25 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 08/29/14 13:32:43 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v24 v25 22 22 == Building HeuristicLab == 23 23 24 '''Important:''' HeuristicLab is split into two solutions. The one that rarely changes and needs to be built first is called `HeuristicLab.ExtLibs.sln`. The second one that changes more often is called `HeuristicLab 3.3.sln`. The rest can be ignored for now. Both solutions build into a common `bin` folder directly inside StableRoot. All assembly references to plugins that are not projects of the same solution reference assemblies in that bin folder. Read that again.24 '''Important:''' HeuristicLab is split into two solutions. The one that rarely changes and needs to be built first is called `HeuristicLab.ExtLibs.sln`. The second one that changes more often is called `HeuristicLab 3.3.sln`. The rest can be ignored for now. Both solutions build into a common `bin` folder directly inside StableRoot. ''All assembly references to plugins that are not projects of the same solution reference assemblies in that bin folder.'' 25 25 26 26 === Option 1: Using the Build.cmd script ===


