SQLpp11安装与PostgreSQL连接器

SQLpp11 installation with PostgreSQL connector

本文关键字:连接器 PostgreSQL 安装 SQLpp11      更新时间:2023-10-16

如何在Linux上安装SQLpp11与PostgreSQL连接器?

我使用Linux Mint 17.2, Eclipse CDT,我已经安装了PostgreSQL 9.4。

我知道,这是微不足道的,但我是第一次这样做。我是个新手。

GitHub库:

  • https://github.com/rbock/sqlpp11
  • https://github.com/matthijs/sqlpp11-connector-postgresql

两个存储库都使用cmake,因此您应该可以使用

mkdir build
cd build
cmake .. # maybe some other options
make
make install