使用PostgreSQL连接器安装SQLpp11

时间:2015-10-15 18:30:08

标签: c++ linux postgresql c++11

如何在Linux上安装带有PostgreSQL连接器的SQLpp11?

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

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

GitHub存储库:

1 个答案:

答案 0 :(得分:1)

两个存储库都在使用cmake,因此你可以使用

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

在每个回购中,从sqlpp11开始。