You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(C) 2016 by Mathematics and Computer Science (MCS), Argonne National Laboratory.
See COPYRIGHT in top-level directory.
***Authors: Sheng Di, Dingwen Tao ***
***Supervisor: Franck Cappello ***
=================================
This document simply introduces how to install and use the SZ compressor. More details can be found in doc/userguide.pdf.
===========Installation==========
---------------------------------
configure --prefix=[INSTALL_DIR]
make
make install
Then, you'll find all the executables in [INSTALL_DIR]/bin and .a and .so libraries in [INSTALL_DIR]/lib
===========Testing Example============
--------------------------------------
Examples can be found in the [ZC_PACKAGE]/examples
======================================
We also highly suggest you to use z-checker-installer to run Z-checker. With z-checker-installer, you can simply install all dependencies such as different lossy compressors, image plotting libraries.
Z-checker-installer can be found here: http://github.com/CODARcode/z-checker-installer