Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 9 and Version 10 of Documentation/DevelopmentCenter/DownloadAndBuildSource


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/DownloadAndBuildSource

    v9 v10  
    33 * Obtaining the source
    44 * Building HeuristicLab
    5  * Creating your own plugin
     5 * Creating our own plugin
    66 * For the experienced
    77
     
    3434In the next section we will set up a new solution and add our own plugin.
    3535
    36 === Using Visual Studio 2012 ===
    37  * Open the solution file HeuristicLab.ExtLibs.sln in your IDE of choice and build it.
    38  * Open the solution file HeuristicLab 3.3.sln and build it.
    39  * All assemblies are compiled to sources\bin.
    40  * Start HeuristicLab 3.3.exe from sources\bin.
     36=== Using an IDE ===
    4137
    42 === Using SharpDevelop 4.4 ===
    43 For Linux users, check out the HeuristicLab and Mono HowTo for more information on how to compile HeuristicLab with Mono on Linux.
     38Building using Visual Studio or SharpDevelop is very simple and only requires that you build the solutions in the correct order. The HeuristicLab 3.3.sln is quite large, please be patient until it is loaded.
    4439
    45 == Creating your own plugin ==
     40 * Open the solution file HeuristicLab.ExtLibs.sln and build it
     41 * Open the solution file HeuristicLab 3.3.sln and build it
     42
     43== Creating our own plugin ==
     44
     45We now want to extend the functionality of HeuristicLab. For this purpose we add a new folder "extension" to the StableRoot.
    4646
    4747== For the experienced ==