aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 251561c45daf751ea28ace4f0018bac5d8e44964 (plain)
1
2
3
4
5
6
7
8
9
10
Building and install of tlsdate should be as easy as:

  ./autogen.sh
  ./configure
  make
  make install

Cleaning is the usual:

  make clean