Source code is licenced under the Apache 2.0 licence and is published at GitHub. To download a copy of the source a basic understanding of the Git source control system is recommended but you can download a zip or tarball. Check out the help at GitHub. We recommdend SmartGit (be sure to select Non-Commercial use only) as our client of choice.
If you want to keep up on the development side be sure to follow @streamdesk_dev on twitter.
Windows
- Download zip: https://github.com/NasuTek/NasuTek-StreamDesk/zipball/windows
- Download tarball: https://github.com/NasuTek/NasuTek-StreamDesk/tarball/windows
- Clone via https: https://github.com/NasuTek/NasuTek-StreamDesk.git and switch to windows
- Clone via git: git://github.com/NasuTek/NasuTek-StreamDesk.git and switch to windows
Mac
- Download zip: https://github.com/NasuTek/NasuTek-StreamDesk/zipball/mac
- Download tarball: https://github.com/NasuTek/NasuTek-StreamDesk/tarball/mac
- Clone via https: https://github.com/NasuTek/NasuTek-StreamDesk.git and switch to mac
- Clone via git: git://github.com/NasuTek/NasuTek-StreamDesk.git and switch to mac
Contribute
As StreamDesk is an Open Source Project, we would love to see your contributions and bugfixes. There are 2 ways you can submit code contributions to us
- GitHub's Pull Request Feature: This is the recommended way for you to send your contributions. This way we can collaborate using GitHub's Collaboration tools and after its all good easily merge into our repo. For more information visit http://help.github.com/send-pull-requests/.
- git bundle: We accept git bundles as a way to give us your commit history if you don't want to use GitHub. for more information on Git Bundles see http://www.kernel.org/pub/software/scm/git/docs/git-bundle.html. Email Git Bundles to mmanley+gitbundles@nasutek.com
Back to top
