Changes between Version 35 and Version 36 of InstallingFACT++
- Timestamp:
- 11/13/18 16:20:50 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v35 v36 78 78 {{{ 79 79 [4] cmake-gui . 80 }}} 81 82 == Observatory == 83 84 The default observatory is build in during compile time. This should avoid that by mistake and changed resource files, a wrong observatory location is selected. The default is La Palma (`ORM`). If you want to select a different location (ORM, HAWC, SPM, RWTH), you can do that when runnning cmake, for exmaple, by 85 86 {{{ 87 [4] cmake -DOBSERVATORY=HAWC .. 80 88 }}} 81 89