Source Code - dagelf/synergy-core GitHub Wiki
Related: Compiling, Hacking-Guide
- Github: Github Repo
Github source zip of master (Beta). You can also get zips of releases.
Use this command to anonymously check out the latest project source code:
git clone https://github.com/symless/synergy-core.git synergy cd synergy
Identify which version of Synergy you want to build:
git log --graph --all --decorate=full
Checkout your target branch:
git checkout <branch, tag, or checksum here> -b myBranchName
This project's git repository may be accessed using git.