Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233 adapted relative assembly references and output paths to reflect repository structure

File size: 563 bytes
Line 
1How to compile HeuristicLab Hive
2================================
3
4Checkout and compile HeuristicLab.
5Checkout Hive and preserved the structure from the svn repository.
6Example:
7HeuristicLab source: C:\dev\trunk\
8Hive source: C:\dev\branches\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\trunk\sources\bin
14
15
16
17
18
Note: See TracBrowser for help on using the repository browser.