Changes between Version 20 and Version 21 of InstallingFACT++


Ignore:
Timestamp:
09/07/18 13:36:27 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v20 v21  
    103103=== ISDC ===
    104104
     105Make 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
     110The start cmake before calling make:
     111
    105112{{{
    106113/swdev_nfs/cmake-3.5.0-Linux-x86_64/bin/cmake \
     
    122129-DMYSQL_LIBRARY=/swdev_nfs/mysql-5.7.23-linux-glibc2.12-x86_64/lib/libmysqlclient.so \
    123130-DMYSQL_INCLUDE_DIR=/swdev_nfs/mysql-5.7.23-linux-glibc2.12-x86_64/include \
    124 /swdev_nfs/root_v5.34.36-source/
     131/swdev_nfs/root_v5.34.38-source/
    125132}}}
    126133