This is official repository for the StomLib library, an open-source project that can work with Blizzard MPQ archives.
- Download latest release
- Install StormLib:
$ cd <path-to-StormLib>
$ cmake CMakeLists.txt
$ make
$ make install
- Include StormLib in your project:
#include <StormLib.h>
- Make sure you compile your project with
-lstorm -lz -lbz2