简体中文
Perfect-mariadbclient-LinuxC module import for MariaDB client Linux
This files in this repository are part of the requirements for Swift Package Manager support and should not need to be manually cloned.
Reference and documentation for the Perfect library.
Tests performed on Ubuntu 16.04. Prior to build this library, please ensure:
sudo apt-get install clang
sudo apt-get install pkg-config
sudo apt-get install libmariadb2
sudo apt-get install libmariadb-client-lgpl-dev
Please also make sure that there is a similar file like in /usr/lib/pkgconfig/mariadb.pc:
libdir=/usr/lib/x86_64-linux-gnu
includedir=/usr/include/mariadb
Name: mariadb
Description: MariaDB Connector/C
Version: 5.5.0
Requires:
Libs: -lmariadb
Cflags: -I/usr/include/mariadb
Further Information
For more information on the Perfect project, please visit perfect.org.