Changes between Version 13 and Version 14 of InstallingMars
- Timestamp:
- 11/13/18 16:21:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMars
v13 v14 77 77 78 78 79 == Observatory == 80 81 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 82 83 {{{ 84 [4] cmake -DOBSERVATORY=HAWC .. 85 }}} 86 79 87 == Compiling Mars == 80 88