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"`. |