You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
768 B
768 B
Building on macOS
Prerequisites
-
Install the following tools and dependencies:
-
Use Homebrew to install additional tools and libraries:
brew install cmake libsodium openssl
Compiling (Easy Mode)
Run the command script buildMacOS.sh --all
to build all packages. For other options, run with the --help
switch.
Compiling (Hard Mode)
Alternatively, you can opt to build the binaries only, as detailed below. We're assuming the current path is in the Synergy-Binaries
project root.