mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-25 00:31:33 +01:00
6cdca1a809a70cb868bec1da7acde4192d0aae24
Added option, disabled by default, to skip adding files to install. …
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
- 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
Description
Languages
C
59.7%
C++
39.2%
CMake
0.7%
Batchfile
0.3%
Lua
0.1%