-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL
More file actions
26 lines (17 loc) · 761 Bytes
/
INSTALL
File metadata and controls
26 lines (17 loc) · 761 Bytes
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
Tlf now comes with automake and autoconf.
Starting with TLF-1.0.0 you need pkg-config too.
Easiest way to install tlf is by typing:
./configure
make
make install
If you want to compile tlf from the repo, please do a
autoreconf --install
before the above commands.
If support for Hamlib (>=1.2.8) is wanted, use ./configure --enable-hamlib
By default, tlf will install into /usr/local/bin, together with the
shell-scripts from the scripts directory. Data files will install into
/usr/local/share/tlf.
If you want to change any of these paths, you can do this with the
configure script too, e.g. './configure --prefix=/usr --datadir=/usr/share'
will install tlf and scripts into /usr/bin, datafiles into /usr/share/tlf.
See doc/README for more details.