File: INSTALL

package info (click to toggle)
rdfind 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: cpp: 1,715; sh: 1,696; makefile: 33
file content (19 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
You will need nettle (https://www.lysator.liu.se/~nisse/nettle/).

If you are building from a tarball and have nettle installed system wide,
building and installing should be as easy as
./configure
make
make install

If you are building from git you may need to install autotools.
On a debian or ubuntu system, please install the following packages:
nettle-dev build-essential

after that,
./bootstrap.sh && ./configure && make

should do the trick