aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-21 18:28:56 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-21 18:28:56 +0200
commit04b39df93ef79903f7f3b911c61063df2a5f3da8 (patch)
treee4339138908ec8ffb6e6942c947ac27de5d642cc /INSTALL
parent7f4db501dfc80b4571833f95c090bdd0e1da240d (diff)
parent454b29d61daaba8f19f0d890d59d259ef1416907 (diff)
Merge tag 'upstream/0.6' into debian
New release 0.6.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 9 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 82de279..155c7aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,6 +20,7 @@ lacme depends on OpenSSL and the following Perl modules:
- Config::Tiny
- Digest::SHA (core module)
+ - Date::Parse
- Errno (core module)
- Fcntl (core module)
- File::Temp (core module)
@@ -37,7 +38,14 @@ lacme depends on OpenSSL and the following Perl modules:
On Debian GNU/Linux systems, these dependencies can be installed with
the following command:
- apt-get install openssl libconfig-tiny-perl libjson-perl libwww-perl liblwp-protocol-https-perl libnet-ssleay-perl libtypes-serialiser-perl
+ apt-get install openssl \
+ libconfig-tiny-perl \
+ libtimedate-perl \
+ libjson-perl \
+ libwww-perl \
+ liblwp-protocol-https-perl \
+ libnet-ssleay-perl \
+ libtypes-serialiser-perl
However Debian GNU/Linux users can also use gbp(1) from git-buildpackage
to build their own package: