2020-09-22 17:02:57 +02:00
2014-11-25 09:24:01 +01:00
2019-09-21 20:43:35 +02:00
2019-01-25 00:28:36 +08:00
2013-01-11 14:55:08 +01:00
2015-05-28 17:24:56 +02:00
2020-05-19 09:45:01 +02:00
2016-11-06 16:50:07 +01:00
2020-05-11 06:56:25 +02:00
2017-11-11 16:09:05 +01:00
2020-05-13 08:07:19 +02:00
2020-05-10 06:43:37 +02:00
2020-05-10 06:43:37 +02:00
2013-01-11 14:55:08 +01:00

StormLib

This is official repository for the StomLib library, an open-source project that can work with Blizzard MPQ archives.

Installation and basic usage

Linux

  1. Download latest release
  2. Install StormLib:
$ cd <path-to-StormLib>
$ cmake CMakeLists.txt
$ make
$ make install
  1. Include StormLib in your project: #include <StormLib.h>
  2. Make sure you compile your project with -lstorm -lz -lbz2
Description
C++ library to handle MPQ files
Readme MIT 4.9 MiB
Languages
C 59.7%
C++ 39.2%
CMake 0.7%
Batchfile 0.3%
Lua 0.1%