Changes between Version 9 and Version 10 of Documentation/DevelopmentCenter/DownloadAndBuildSource
- Timestamp:
- 06/25/14 17:17:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/DownloadAndBuildSource
v9 v10 3 3 * Obtaining the source 4 4 * Building HeuristicLab 5 * Creating your own plugin5 * Creating our own plugin 6 6 * For the experienced 7 7 … … 34 34 In the next section we will set up a new solution and add our own plugin. 35 35 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 === 41 37 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. 38 Building 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. 44 39 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 45 We now want to extend the functionality of HeuristicLab. For this purpose we add a new folder "extension" to the StableRoot. 46 46 47 47 == For the experienced ==