BNETDocs / StormLib

A mirrored GitHub repository of the StormLib library created by Ladislav Zezula (author)

Home Page:http://www.zezula.net/mpq.html

Repository from Github https://github.comBNETDocs/StormLibRepository from Github https://github.comBNETDocs/StormLib

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

About

A mirrored GitHub repository of the StormLib library created by Ladislav Zezula (author)

http://www.zezula.net/mpq.html

License:MIT License


Languages

Language:C 57.3%Language:C++ 41.3%Language:CMake 0.6%Language:Objective-C 0.6%Language:Batchfile 0.1%Language:Lua 0.1%