Add Macports to README.osx

pull/281/head
Malcolm Herring 2020-06-04 18:35:47 +01:00
rodzic f9a69d83e3
commit 3eb4b82cca
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -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
-----