Skip to content

Building from Source

hansdude edited this page Apr 21, 2015 · 5 revisions

To work with the SDK source code you'll need to download and install Microsoft Visual Studio Express 2013 for Windows Desktop or an appropriate paid version.

Building the Source Code

  1. Clone the repository to your local machine. You can do this on the repository home page by clicking "Clone in Desktop".
  2. Double-click ds3_net_sdk.sln to open the solution in Visual Studio.
  3. Press Ctrl+Shift+b to build all projects in the solution.

You can find the respective binaries in the bin/Debug or bin/Release directory of each project, depending on the currently active configuration.

Projects

  • The Ds3 project contains the core SDK. The resulting binary is called ds3_net_sdk.dll. You do not need to distribute any of the other files in the bin directory.
  • The TestDs3 project contains unit tests for the SDK itself. See Running Unit Tests
Clone this wiki locally