|
|
@ -80,12 +80,15 @@ sudo apt-get install build-essential |
|
|
|
make |
|
|
|
make |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Building with ckdb requires installation of the postgresql development library. |
|
|
|
Building with ckdb requires installation of the postgresql, gsl and ssl |
|
|
|
|
|
|
|
development libraries. |
|
|
|
|
|
|
|
|
|
|
|
sudo apt-get install build-essential libpq-dev |
|
|
|
sudo apt-get install build-essential libpq-dev libgsl0ldbl libgsl0-dev |
|
|
|
./configure |
|
|
|
./configure |
|
|
|
make |
|
|
|
make |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
N.B. ckdb also requires libssl-dev but libpq-dev depends on it and installs it |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Building from git also requires autoconf and automake |
|
|
|
Building from git also requires autoconf and automake |
|
|
|
|
|
|
|
|
|
|
|