summaryrefslogtreecommitdiffstats
path: root/doc/MacReadme.txt
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2018-04-25 18:07:30 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2018-04-25 18:07:30 -0400
commit9b1b081cfdb1c0fb6457278775e0823f8bc10f62 (patch)
treece8840148d8445055ba9e4f12263b2208f234c16 /doc/MacReadme.txt
Import Upstream version 2.0.0+dfsgupstream/2.0.0+dfsg
Diffstat (limited to 'doc/MacReadme.txt')
-rw-r--r--doc/MacReadme.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/MacReadme.txt b/doc/MacReadme.txt
new file mode 100644
index 0000000..9e194e1
--- /dev/null
+++ b/doc/MacReadme.txt
@@ -0,0 +1,15 @@
+Mac OS X Readme
+===============
+
+To install on Mac OS X with the .zip distribution (first seen in 1.3.6) you must follow these steps:
+
+ 1. Extract the zip file to any location (usually double click will do this)
+ 2. Open Terminal, and cd to the extracted directory (e.g. /Users/my-name/Downloads/extracted-dir/)
+ 3. Copy the binaries to /usr/bin using: sudo cp barrier* /usr/bin
+ 4. Correct the permissions and ownership: sudo chown root:wheel /usr/bin/barrier*; sudo chmod 555 /usr/bin/barrier*
+
+Alternatively, you can copy the binaries as root. How to enable the root user in Mac OS X:
+ http://support.apple.com/en-us/ht1528
+
+Once the binaries have been copied to /usr/bin, you should follow the configuration guide:
+ http://synergy2.sourceforge.net/configuration.html