From 436b2930010ca5b49177a8c0f752bf371867ba21 Mon Sep 17 00:00:00 2001 From: Denver Date: Fri, 20 Jan 2017 14:45:00 -0700 Subject: [PATCH] Update README.md --- win32/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/win32/README.md b/win32/README.md index 5c34ad40..5d2d488a 100644 --- a/win32/README.md +++ b/win32/README.md @@ -35,10 +35,7 @@ To build the client library 1. Open a new Visual Studio Command Prompt. 2. Navigate to the ds3_c_sdk\win32 directory. 3. Run `package(_64).bat`, which will use CMake to create a Visual Studio 14 2015 solution, and then compile from the command line using msbuild, and compress all requiredSDK dependencies into a `ds3_win(32 or 64).zip` -3. Run the following command: `cmake .. -G "Visual Studio 14 2015 {Win64}"` -4. Either open the resulting `libds3.sln` in Visual Studio and build it from - there, or run the command `msbuild libds3.sln` from the command prompt. - This should build the libds3 library, which is placed in the directory '/win32/output/bin' +4. This should build the libds3 library, which is placed in the directory '/win32/output/bin' Unit Tests