aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2013-04-12 14:18:12 -0700
committerJacob Appelbaum <jacob@appelbaum.net>2013-04-12 14:18:12 -0700
commitf667c4c9da4900ee65744b434b17084efd353ff6 (patch)
treed72ae3455bd3932917113858c9c02169caf26b72 /INSTALL
parentb5d3f66f9d7a52095d3704cff115f261720122aa (diff)
downloadtlsdate-f667c4c9da4900ee65744b434b17084efd353ff6.tar.gz
Add FreeBSD port install info (valid after 0.0.7 is released)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 6d0e5fa..7f14cb1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,6 +33,12 @@ Cleaning is the usual:
make clean
+On FreeBSD one may also use the ports system:
+
+ cd /usr/ports/sysutils/tlsdate
+ make
+ make install
+
On Mac OS X, we require that you have XCode installed. You may also need brew
for autoconf and automake packages: