Changes between Version 5 and Version 6 of Documentation/DevelopmentCenter/Compile HeuristicLab under Linux
- Timestamp:
- 10/25/13 09:02:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/DevelopmentCenter/Compile HeuristicLab under Linux
v5 v6 11 11 - In the sources directory, open the {{{ prepareProjectsForMono.sh }}} file and adapt the path to the DataVisualization assembly. 12 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}}}. 13 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. 14 15 - You can now switch to the {{{ sources/bin }}} directory and run {{{ mono "HeuristicLab 3.3.exe" }}}.