forked from Hamlib/Hamlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.osx
42 lines (24 loc) · 759 Bytes
/
README.osx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
OSX Builds
----------
To compile Hamlib on OSX you have to install autoconf, automake and libtool.
The easiest way to install them is either via the brew package manager or macports..
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
-----
Execute bootstrap to generate the build system files
$ ./bootstrap
Then configure with the desired flags
$ ./configure
Then compile the hamlib files
$ make
Hint: "make -jx" with x for the amount of CPU cores will speed up the
compilation
Install hamlib
--------------
Install the Hamlib libraries and executables
$ sudo make install