我已经使用apt-get命令在基于Ubuntu 16.04的Mint 18.3上安装了PostgreSQL:
$ sudo apt-get update
$ sudo apt-get install postgresql postgresql-contrib
这是我系统中的PostgreSQL版本:
psql (PostgreSQL) 11.1 (Ubuntu 11.1-1.pgdg16.04+1)
我想在$ HOME / tpcc-uva路径中安装一个名为tpcc-uva的基准,该基准需要PostgreSQL作为其数据库。
我必须将tpcc-uva的Makefile中的环境变量更改为PostgreSQL的include和lib路径。 可以在/ usr / lib / postgresql / 11 / lib中找到PostgreSQL库的路径,但是我找不到存储头文件的include路径。
我会很感激帮助我找到他们。