Prerequisites for building

To build synergy from the sources you'll need the following:

Configuring the build

This step is not necessary when using VC++ or XCode.

To configure the build for your platform use the configure script:

  ./configure
For a list of options to configure use:
  ./configure --help
On Solaris you may need to use:
  ./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
so synergy can find the X11 includes and libraries.

Building

Installing