Source Code - dagelf/synergy-core GitHub Wiki

Related: Compiling, Hacking-Guide

Table of Contents

Browse online

Downloading source zip

Github source zip of master (Beta). You can also get zips of releases.

Download from repository

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

GUI and IDE access

This project's git repository may be accessed using git.

⚠️ **GitHub.com Fallback** ⚠️