Michael Black W9MDB 2020-06-02 09:43:19 -05:00
rodzic 783df7b579
commit bd7917aea5
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -23,9 +23,9 @@ $ ./configure
Then compile the hamlib files
$ ./make
$ make
Hint: "./make -jx" with x for the amount of CPU cores will speed up the
Hint: "make -jx" with x for the amount of CPU cores will speed up the
compilation
Install hamlib
@ -33,4 +33,4 @@ Install hamlib
Install the Hamlib libraries and executables
$ sudo ./make install
$ sudo make install