-
Notifications
You must be signed in to change notification settings - Fork 8
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.
- Clone the repository to your local machine. You can do this on the repository home page by clicking "Clone in Desktop".
- Double-click ds3_net_sdk.sln to open the solution in Visual Studio.
- 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.
- 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