Dependency | Version |
---|---|
gcc | >=4.8.x |
autoconf | >=2.61 |
zlib1g-dev | >=0.13.x |
libtool | >=2.x |
openssl1 | >=v1.x |
1 openssl is needed if libdrizzle-redux is compiled with support for SSL connections.
The library is now built in a separate toplevel directory build
.
The modified build process is as follows:
mkdir build && cd build
autoreconf -fi ..
../configure
make
make install