Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HowToCompile.txt @ 6872

Last change on this file since 6872 was 6872, checked in by ascheibe, 13 years ago

#1233

  • updated project settings to work with the trunk restructuring changes
  • added HowToCompile.txt with instructions on how to compile hive
File size: 537 bytes
Line 
1How to compile HeuristicLab Hive
2================================
3
4Checkout and compile HeuristicLab.
5Checkout Hive in the same directory as HeuristicLab.
6Example:
7HeuristicLab source: C:\dev\core
8Hive source: C:\dev\HeuristicLab.Hive-3.4
9
10It's important to have this file system structure because Hive uses relative paths for referencing HeuristicLab assemblies.
11Please note that all Hive binaries are also copied in the HeuristicLab output folder.
12In the above example this would be:
13C:\dev\core\sources\bin
14
15
16
17
18
Note: See TracBrowser for help on using the repository browser.