diff options
author | Ladislav Zezula <zezula@volny.cz> | 2021-03-22 15:58:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 15:58:10 +0100 |
commit | 7b3aadd4999c4c150c7ac8ceed5586b75efc46a1 (patch) | |
tree | d1269e7642c1ab4a3bba3ee1d1a3a9755f20bfc5 /README.md | |
parent | 669a3c702d39e1d371870a57cb67e727632ba9a9 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,14 +16,15 @@ $ make install 4. Make sure you compile your project with `-lstorm -lz -lbz2` ### Windows (Visual Studio 2008) -1. Download the latest release +1. Download the latest release of StormLib 2. Open the solution file `StormLib_vs08.sln` in Visual Studio 2008 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` ### Windows (Visual Studio 2017 or 2019) -1. Download the latest release +0. Make sure you have SDK 10.0.17134.0 installed +1. Download the latest release of StormLib 2. Open the solution file `StormLib_vs19.sln` in Visual Studio 2017/2019 3. Choose "Build / Batch Build" and select every build of "StormLib" 4. Choose "Rebuild" |