From 32dc00772500d2b916965b35b948aae5de916048 Mon Sep 17 00:00:00 2001 From: Philip Abbet Date: Mon, 4 Sep 2023 18:38:26 +0200 Subject: [PATCH] Update to the latest version of StormLib --- .gitmodules | 4 ++-- README.md | 9 +++++++++ StormLib | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8acd28a..5c57b10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 7a2b729..378f97c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/StormLib b/StormLib index bd203c0..8debce7 160000 --- a/StormLib +++ b/StormLib @@ -1 +1 @@ -Subproject commit bd203c036bf6a8a900fb9557f9dfa95b6eb1f46b +Subproject commit 8debce7eab1cfb7a145d592d757b75e7cac83610