Skip to content

Commit 436b293

Browse files
author
Denver
authored
Update README.md
1 parent 3f49677 commit 436b293

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

win32/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ To build the client library
3535
1. Open a new Visual Studio Command Prompt.
3636
2. Navigate to the ds3_c_sdk\win32 directory.
3737
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`
38-
3. Run the following command: `cmake .. -G "Visual Studio 14 2015 {Win64}"`
39-
4. Either open the resulting `libds3.sln` in Visual Studio and build it from
40-
there, or run the command `msbuild libds3.sln` from the command prompt.
41-
This should build the libds3 library, which is placed in the directory '<root of repo>/win32/output/bin'
38+
4. This should build the libds3 library, which is placed in the directory '<root of repo>/win32/output/bin'
4239

4340

4441
Unit Tests

0 commit comments

Comments
 (0)