aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2024-10-21 09:13:56 +0200
committerLadislav Zezula <zezula@volny.cz>2024-10-21 09:13:56 +0200
commit8d1d6579e796a48bf401b96cdee18fb6633529ec (patch)
treee93591f0a4939f7accdc8eaac463584655db4dad
parenteb6fcfb482bfbb4ef8e8173740665cb8fa689555 (diff)
Updated build instructions
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3227d0b..a629886 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ $ make install
3. Choose "Build / Batch Build" and select every build of "StormLib"
4. Choose "Rebuild"
5. The result libraries are in `.\bin\Win32` and `.\bin\x64`
+
Note that you can also build the library using newer toolset, such as v143. to do that, you need to retarget the projects. Right-click on the solution, then choose "Retarget solution" and pick your desired toolset version.
### Windows (Visual Studio 2008)