To build synchrony from the sources you'll need the following:
This step is not necessary when using VC++.
To configure the build for your platform use the configure script:
./configureFor a list of options to configure use:
./configure --helpOn Solaris you may need to use:
so synchrony can find the X11 includes and libraries../configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
Start VC++ and open synchrony.dsw. Set the active configuration (Build > Set Active Configuration) to All - Debug or All - Release then build. Binaries are built into ./debug or ./build.
Simply enter:
makeThis will build the client and server and leave them in their respective source directories.
Simply copy the following files from the debug or build directory to a directory you choose (perhaps under the Program Files directory):
The executable files are /cmd/synchronys/synchronys (for the server) and /cmd/synchronyc/synchronyc (for the client). Copy these to a convenient location.