-
Notifications
You must be signed in to change notification settings - Fork 3
devel getting started
This page gives an overview about the utilities you need to build this application and contributing to this project.
You will need:
- Microsoft Visual Studio 2015 or higher
- Plenom SDK for Busylight UC (I'm using version 3.0.0.6)
- Microsoft Lync 2013 SDK (there is no SDK for Skype for Business, yet)
Installing the Lync SDK along with recent Visual Studio is impossible as the installer does not recognize Visual Studio 2015. Simply extract the downloaded setup file with an archiver like 7zip and install the lyncsdk86.msi
package.
When opening the project it might be necessary to adjust assembly paths if you are using non-standard paths for the SDKs.
Great, that you want to contribute to this project. 👍 Simply clone this repo and clean the mess I made - I'm happy about every contribution. 😄
Just one thing - I really like mapping commits to issues. So - as an example - if you clone this repo to fix a bug, please create a bug issue before.