Skip to content

devel getting started

Christian Stankowic edited this page Dec 28, 2016 · 2 revisions

This page gives an overview about the utilities you need to build this application and contributing to this project.

Requirements

You will need:

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.

Contributing

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.

Clone this wiki locally