Getting Started - dagelf/synergy-core GitHub Wiki
Get the Code
First, you'll need to get the code via git.
- Clone the repo
$ git clone https://github.com/symless/synergy-core.git
$ cd synergy-core
- Switch to the right branch
- Stable v1.x:
$ git checkout v1.x
- Beta v2.x:
$ git checkout master
(this is the default branch)
- Stable v1.x:
Next step, Compiling.