Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 15 and Version 16 of Documentation/DevelopmentCenter/Compile HeuristicLab under Linux


Ignore:
Timestamp:
01/31/18 08:30:10 (6 years ago)
Author:
jkarder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/Compile HeuristicLab under Linux

    v15 v16  
    99== Compiling HeuristicLab ==
    1010- Check out the HeuristicLab sources (check the [[Documentation/DevelopmentCenter/DownloadAndBuildSource|DevelopmentCenter]] for more information on how to check out our sources).
    11 - In the sources directory, open the {{{ prepareProjectsForMono.sh }}} file and adapt the path to the DataVisualization assembly.
    12 - Run {{{chmod +x prepareProjectsForMono.sh }}} and {{{./prepareProjectsForMono.sh }}}. This file changes some of the project files so that they work with Mono.
    13 - Optional: If you are using the mono installer script from firegrass, switch to the mono environment with {{{. mono-master-environment}}}.
    14 - Run {{{xbuild HeuristicLab.ExtLibs.sln }}} and afterwards {{{xbuild "HeuristicLab 3.3.sln" }}}. We only support building HeuristicLab with xbuild at the moment because MonoDevelop doesn't handle Pre- and Postbuild events in Visual Studio project files correctly.
    15 - You can now switch to the {{{ bin }}} directory and run {{{ mono "HeuristicLab 3.3.exe" }}}.
     11- In the sources directory, open the `prepareProjectsForMono.sh` file and adapt the path to the DataVisualization assembly.
     12- Run `chmod +x prepareProjectsForMono.sh` and `./prepareProjectsForMono.sh`. This file changes some of the project files so that they work with Mono.
     13- Optional: If you are using the mono installer script from firegrass, switch to the mono environment with `. mono-master-environment`.
     14- Run `xbuild HeuristicLab.ExtLibs.sln` and afterwards `xbuild "HeuristicLab 3.3.sln"`. We only support building HeuristicLab with xbuild at the moment because MonoDevelop doesn't handle Pre- and Postbuild events in Visual Studio project files correctly.
     15- You can now switch to the `bin` directory and run `mono "HeuristicLab 3.3.exe"`.
    1616
    1717