Skip to content

Commit

Permalink
Update to the latest version of StormLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanma committed Sep 4, 2023
1 parent 2bb303c commit 32dc007
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "StormLib"]
path = StormLib
url = git://github.com/stormlib/StormLib.git
url = https://github.com/ladislav-zezula/StormLib.git
[submodule "dirent"]
path = dirent
url = git://github.com/tronkko/dirent.git
url = https://github.com/tronkko/dirent.git
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ A command-line tool to extract files from MPQ archives (used by Blizzard games).
Works on MacOS X, Linux and Windows.


## IN CASE OF ERROR (COMPILATION PROBLEMS / EXTRACTION ISSUES)

Most of the compilations problems and failures to extract a file from a MPQ archive can be solved by
**updating the version of StormLib used**:

$ cd StormLib
$ git pull origin master


## Dependencies

The following libraries are necessary to build the extractor:
Expand Down
2 changes: 1 addition & 1 deletion StormLib
Submodule StormLib updated 105 files

0 comments on commit 32dc007

Please sign in to comment.