db-lab1/dependencies/README-ubuntu.md

721 B

Dependencies (Ubuntu)

To build the dependencies & the project itself, The following must be installed:

  • g++
  • make
  • CMake

For each dependency, shell is assumed to be in the directory of dependencies. So, the first command is always changing into the directory which contains the dependency.

Boost

shell:

cd boost
./bootstrap
./b2
sudo ./b2 install

Crypto++

shell:

cd cryptopp
make

PostgreSQL

The database should be installed locally.

Libpqxx

shell:

cd libpqxx
./configure
make

inja

Nothing should be done...