Getting Started - dagelf/synergy-core GitHub Wiki

Get the Code

First, you'll need to get the code via git.

  1. Clone the repo
    1. $ git clone https://github.com/symless/synergy-core.git
    2. $ cd synergy-core
  2. Switch to the right branch
    • Stable v1.x: $ git checkout v1.x
    • Beta v2.x: $ git checkout master (this is the default branch)

Next step, Compiling.