Changes between Version 22 and Version 23 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 07/25/14 13:37:40 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v22 v23 6 6 * Build `HeuristicLab.ExtLibs.sln` then build `HeuristicLab 3.3.sln` 7 7 8 For the not so impatient, th is quickstart covers how to obtain and set up the development environment in order to extend HeuristicLab with new plugins. If you have troubles please check the [[Documentation/FAQ|FAQ]].8 For the not so impatient, the rest of this quick guide covers how to obtain and set up the development environment in order to extend HeuristicLab with new plugins. If you have troubles please check the [[Documentation/FAQ|FAQ]]. HL core developers should familiarize them with the build process, but must use the SVN repository (see "For the experienced"). 9 9 10 10 == Obtaining the source == … … 65 65 * SVN repository stable branch: [[https://svn.heuristiclab.com/svn/core/stable]] (recommended: tested and reviewed changes only) 66 66 * SVN repository main trunk: [[https://svn.heuristiclab.com/svn/core/trunk/sources]] (not recommended: frequent and unreviewed changes, moderate testing) 67 67 * Full SVN repository: [[https://svn.heuristiclab.com/svn/core]] (only for HL core developers! It is recommended to perform a partial checkout and exclude several or all branches, but not the branches directory itself)