From c4b9ee6e971f14ecca8901b29bbbefb1a295f765 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 7 Jan 2016 15:15:30 +0000 Subject: [PATCH] Improve OS X install documentation. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6361 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- INSTALL | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL b/INSTALL index 57000c67c..7291d02ab 100644 --- a/INSTALL +++ b/INSTALL @@ -289,6 +289,16 @@ typing into a terminal window: $ cmake --version +If the install command above fails with a "No such file or directory" +error, that probably means that /usr/local/bin does not exist. You can +create it correctly with the following commands: + +$ sudo mkdir -p /usr/local/bin +$ sudo chmod 755 /usr/local/bin +$ sudo chgrp wheel /usr/local/bin + +and then retry the install command. + WSJT-X ------