Zeal Archiver is a shell utility that can extract and list the contents of ZAR files
ZAR Files are similar to TAR (Tape Archive) files.
The ZAR file format has a 5 byte header containing
"ZAR" 3-byte file identifier
1 byte file version
1 byte file count
One entry per file, contiquous
16-bit seek position
16-bit size
MAX_FILENAME filename
The data, referenced by seek/size above
Make sure that you have ZDE installed.
Then open a terminal, go to the source directory and type the following commands:
$ zde make