Changes between Version 28 and Version 29 of InstallingMars
- Timestamp:
- 12/27/20 13:16:33 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMars
v28 v29 138 138 139 139 There are many different build systems for root (e.g. root 5, root 6), different ways to install root (use build dir, run install, install your own package, install root binary builds). All these build systems interact differently with cmake. I believe that right now, it should work for most root installations, but I can not guarantee. If there is any hint that your installation files due to root issues, please contact me. Also make sure that the version of root-config that is found by cmake is consistent with your ROOTSYS and the root version you are actually going to use. 140 141 == libNova == 142 143 The most critical dependency of Mars is libnova. You can compile Mars without, but you might miss some features for precision astrometry. If you download and install it yourself (unpack; cd; mkdir build; cmake ..) you will have to add something like this to your cmake call before compiling Mars: 144 {{{ 145 -DNOVA_INCLUDE_DIRS=~/libnova/src/ -DNOVA_LIBRARY_DIRS=~/libnova/build/lib 146 }}}