Merge pull request #281 from malcolmh/master

Add Macports to README.osx
pull/290/head
Michael Black 2020-06-04 15:16:56 -05:00 zatwierdzone przez GitHub
commit c84778b971
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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
-----