Skip to content

Instantly share code, notes, and snippets.

@kendellfab
Created December 1, 2014 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kendellfab/94e9073ae6107db7a352 to your computer and use it in GitHub Desktop.
Save kendellfab/94e9073ae6107db7a352 to your computer and use it in GitHub Desktop.
Building Synergy on OSX Yosemite
I was able to get this working on Yosemite with the following command:
./hm.sh conf -g2 --mac-sdk 10.10 --mac-identity Yosemite
Of course, this will only work given you have the dependencies. You can install them with the Homebrew package manager.
brew install cmake qt
Additionally, you'll want to build it with:
./hm.sh build
And finally, to install it, you'll get the compiled results from the bin folder, i.e. Synergy.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment