From 3eb4b82cca7b69a2c57cdb8f3f64008e67a071b6 Mon Sep 17 00:00:00 2001 From: Malcolm Herring Date: Thu, 4 Jun 2020 18:35:47 +0100 Subject: [PATCH] Add Macports to README.osx --- README.osx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.osx b/README.osx index 48fa6623b..c96c094cd 100644 --- a/README.osx +++ b/README.osx @@ -2,14 +2,20 @@ OSX Builds ---------- To compile Hamlib on OSX you have to install autoconf, automake and libtool. -The easiest way to install them is via the brew packet manager. +The easiest way to install them is either via the brew package manager or macports.. -http://brew.sh +Brew: https://brew.sh Once brew is installed, execute $ brew install automake autoconf libtool +Macports: https://www.macports.org/install.php + +Once installed, execute + +$ sudo port install automake autoconf libtool + Build -----