-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
30 lines (19 loc) · 1.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--------Z-Checker (version 0.6)--------
(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