yacreader/compressed_archive/unarr
2016-03-25 11:30:31 +01:00
..
compressed_archive.cpp added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
compressed_archive.h added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
extract_delegate.h added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
README.txt added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
unarr-wrapper.pri added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00
unarr.pro added a border to selected/mouseHover elements in the grid view 2016-03-25 11:30:31 +01:00

To use unarr as a decompression engine when building YACReader, download https://github.com/zeniko/unarr/archive/master.zip and extract it in this folder.
This will build unarr as a part of YACReader (static build).

If you're on a Linux/Unix system and prefer to use unarr as a shared library, have a look at https://github.com/selmf/unarr/
This fork of unarr includes a CMake based build system that allows you to build and install unarr as a shared library. YACReader will detect and use 
the installed library at build time if it is installed.