Changes between Version 27 and Version 28 of InstallingFACT++
- Timestamp:
- 09/08/18 21:38:26 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v27 v28 144 144 * mysql++ 3.2.2 / 3.2.4 145 145 146 As a default, the libmysqlclient to which the project is linked is the one found to be linked by the libmysqlpp library.147 148 146 Not all combinations might work though. (There are known problems with openssl 1.1.0 and Ubuntu 16.04: downgrade openssl to 1.0.*) 149 147 148 As a default, the libmysqlclient (MySQL) to which the project is linked is automatically obtained from the libmysqlpp library (MySQL++). 149 150