Changes between Version 16 and Version 17 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 06/26/14 19:34:27 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v16 v17 17 17 18 18 We will refer to the HeuristicLab folder as //HLRoot//, likewise we'll call the stable folder //StableRoot//. The explorer should look like in the image to the right. 19 20 * Create a new folder `extension` in HLRoot for your own plugins 19 21 20 22 == Building HeuristicLab == … … 53 55 == Creating a new plugin == 54 56 55 We now want to extend the functionality of HeuristicLab. 56 57 * Create a new folder `extension` in HLRoot 58 59 === New plugin with Visual Studio === 57 If you want to extend HeuristicLab with own plugins, please have a look at the following quick guides which explain this process using either Visual Studio or SharpDevelop. 60 58 61 59 * Follow the instructions on how to [[Documentation/DevelopmentCenter/CreateNewPluginWithVS|create HeuristicLab plugins with Visual Studio]] 62 63 === New plugin with SharpDevelop ===64 65 60 * Follow the instructions on how to [[Documentation/DevelopmentCenter/CreateNewPluginWithSD|create HeuristicLab plugins with SharpDevelop]] 66 61