Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 543 Bytes

RELEASE_NOTES.md

File metadata and controls

28 lines (22 loc) · 543 Bytes

Dependencies

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.

Migration Notes

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

New Features