Created
December 1, 2014 15:41
-
-
Save kendellfab/94e9073ae6107db7a352 to your computer and use it in GitHub Desktop.
Building Synergy on OSX Yosemite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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