COMPILING SYNERGY ON 10.6 SNOW LEOPARD
- Install Xcode-3.2.6 (latest)
- install tigerbrew (curl will SSL error out due to age, so download it with Arctic Fox or transplant)
- download src from https://github.com/symless/synergy-core/releases/tag/v1.7.6-stable (latest I tested, 1.8.8 doesn't compile)
brew install cmake
- go to synergy root,
cd ext
- make directories for gmock-1.6.0 and gtest-1.6.0, then extract the zips into there
- from root, mkdir build, then run
CFLAGS=-mmacosx-version-min=10.6 LDFLAGS=-mmacosx-version-min=10.6 cmake .. -DCMAKE_OSX_SYSROOT=/Developer/SDKs/MacOSX10.6.sdk -DOSX_TARGET_MAJOR=10 -DOSX_TARGET_MINOR=6