Just Another Archiver
===
Archivers study app.
Include support compression methods:
- BWT
- MTF
- RLE
- Huffman. Allow use its in any combinations.
===
Supported platforms:
- Windows XP-Vista (Tested) (MinGW) x86, amd64
- GNU/Linux (GCC 4.5-4.7, Qt 4.8.3) x86, amd64
Installation
cmake -DCMAKE_BUILD_TYPE=Release . && make && make install