Oracle: support AllSets.json.zip; Fix #624

Imported unzip methods from OSDaB-Zip project;
Adds a soft dependency on zlib to oracle; if lib if not found, oracle
will continue to compile and work but without zip support.
This commit is contained in:
Fabio Bas 2015-02-02 19:59:35 +01:00
parent b608d81037
commit 781f8a6603
12 changed files with 4029 additions and 3 deletions

View file

@ -24,6 +24,10 @@ Dependencies:
- [protobuf](http://code.google.com/p/protobuf/)
- [CMake](http://www.cmake.org/)
Oracle can optionally use zlib to load zipped files:
- [zlib](http://www.zlib.net/)
The server requires an additional dependency when compiled under Qt4:
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)