Changes between Version 20 and Version 21 of InstallingFACT++
- Timestamp:
- 09/07/18 13:36:27 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v20 v21 103 103 === ISDC === 104 104 105 Make sure that the root-version you wanna use is properly initialized by calling 106 {{{ 107 /swdev_nfs/root_v5.34.38/bin/thisroot.sh 108 }}} 109 110 The start cmake before calling make: 111 105 112 {{{ 106 113 /swdev_nfs/cmake-3.5.0-Linux-x86_64/bin/cmake \ … … 122 129 -DMYSQL_LIBRARY=/swdev_nfs/mysql-5.7.23-linux-glibc2.12-x86_64/lib/libmysqlclient.so \ 123 130 -DMYSQL_INCLUDE_DIR=/swdev_nfs/mysql-5.7.23-linux-glibc2.12-x86_64/include \ 124 /swdev_nfs/root_v5.34.3 6-source/131 /swdev_nfs/root_v5.34.38-source/ 125 132 }}} 126 133