Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd ~/Downloads/synergy-1.4.4-MacOSX106-Universal # Sample location
sudo chown root:wheel *
sudo chmod g+xr synergyc synergys
sudo chmod o+xr synergyc synergys
sudo chmod g+rw synergy.conf.example
sudo chmod o+rw synergy.conf.example
sudo cp -R synergy* /usr/local/bin/

...

Setup of GUI to Run Services

Unless you want to setup Synergy on the mac with a text editor (which is error prone and can be quite confusing), download QSynergy.

Install QSynergy as you would any other Apple application.

Read Dušan Vučković article on setting up QSynergy with the minor addition of pointing to your installation of Synegy.

References

Purpose of /usr/bin/local - http://superuser.com/questions/192281/purpose-of-usr-local-bin-on-linux-system

...