Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 16 and Version 17 of Documentation/DevelopmentCenter/DownloadAndBuildSource


Ignore:
Timestamp:
06/26/14 19:34:27 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DownloadAndBuildSource

    v16 v17  
    1717
    1818We 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
    1921
    2022== Building HeuristicLab ==
     
    5355== Creating a new plugin ==
    5456
    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 ===
     57If 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.
    6058
    6159 * Follow the instructions on how to [[Documentation/DevelopmentCenter/CreateNewPluginWithVS|create HeuristicLab plugins with Visual Studio]]
    62 
    63 === New plugin with SharpDevelop ===
    64 
    6560 * Follow the instructions on how to [[Documentation/DevelopmentCenter/CreateNewPluginWithSD|create HeuristicLab plugins with SharpDevelop]]
    6661