From fc59080e24b5f8ff10d493fa90f01b2624983138 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Mon, 22 Mar 2021 15:55:51 +0100 Subject: Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 175a656..f0ba5d0 100644 --- a/README.md +++ b/README.md @@ -17,21 +17,22 @@ $ make install ### Windows (Visual Studio 2008) 1. Download the latest release -2. Open the solution file StormLib_vs08.sln in Visual Studio 2008 +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 +5. The result libraries are in `.\bin\Win32` and `.\bin\x64` ### Windows (Visual Studio 2017 or 2019) 1. Download the latest release -2. Open the solution file StormLib_vs17.sln in Visual Studio 2017/2019 +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" -5. The result libraries are in .\bin\Win32 and .\bin\x64 +5. The result libraries are in `.\bin\Win32` and `.\bin\x64` -### Building test project +### Windows (Test Project) 1. Include the main StormLib header: `#include ` -2. Set the directory with StormLibXYZ.lib +2. Set the library directory with StormLibXYZ.lib * X: D = Debug, R = Release * Y: A = ANSI build, U = Unicode build * Z: S = Using static CRT library, D = Using Dynamic CRT library +3. Rebuild -- cgit v1.2.3