Changes between Version 36 and Version 37 of InstallingFACT++


Ignore:
Timestamp:
11/14/18 13:10:48 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v36 v37  
    160160* Qt4 4.8.7
    161161* libz 1.2.3 / 1.2.8 / 1.2.11
    162 * mysqlclient 5.7.23 (20.3.10) / 8.0.12 (21.0.12)
    163 * openssl 1.0.1e / 1.0.2g / 1.1.0g
     162* mysqlclient 5.7.23, 5.7.24 (20.3.10) / 8.0.12 (21.0.12)
     163* mysql++ 3.2.2 / 3.2.4 (3v5)
     164* libssl 1.0.1e / 1.0.2g / 1.1.0g (openssl)
    164165* libnova 0.12 / 0.15.0
    165 * mysql++ 3.2.2 / 3.2.4
     166* libv8 3.14.5
     167* libreadline 7.0
     168* libncurses 5 (6.1)
     169* libcfitsio 5 (3.430)
     170* libccfits v5 (3.430)
     171* libnova 0.16
    166172
    167173Not all combinations might work though. (There are known problems with openssl 1.1.0 and Ubuntu 16.04: downgrade openssl to 1.0.*)
     
    169175As a default, from cmake 3.6 onwards, the libmysqlclient (MySQL) to which the project is linked is automatically obtained from the libmysqlpp library (MySQL++).
    170176
    171 
     177== Packages required ==
     178
     179This is a list of packages known to be required for a full installation on some Ubuntu (this list might not be correct for all systems not complete). Package names might differ. In some cases not all dependent packages (e.g. libbost-all-dev) might be required but only a subset.
     180
     181* subversion
     182* cmake
     183* pkgconf (--recommended--)
     184* libz-dev ("Could NOT find ZLIB")
     185* libncurses-dev ("Could NOT find Curses")
     186* libreadline-dev ("Could NOT find Readline")
     187* libgl-dev ("Could NOT find OpenGL")
     188* libv8-dev ("Could NOT find V8")
     189* libccfits-dev ("Could NOT find Cfitsio")
     190* libssl-dev ("Could NOT find OpenSSL")
     191* libnova-dev ("Could NOT find Nova")
     192* libmysql++-dev ("Could NOT find MySQL++")
     193* libboost-all-dev ("Unable to find the requested Boost libraries")
     194
     195* qt4-qmake ("qmake: could not exec 'qmake': No such file or directory")
     196* qt4-dev ("Qt is NOT installed correctly")
     197
     198* help2man
     199* curl
     200* bsd-mailx
     201* jsdoc-toolkit
     202
     203
     204
     205