diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 18:28:56 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 18:28:56 +0200 |
commit | 04b39df93ef79903f7f3b911c61063df2a5f3da8 (patch) | |
tree | e4339138908ec8ffb6e6942c947ac27de5d642cc /INSTALL | |
parent | 7f4db501dfc80b4571833f95c090bdd0e1da240d (diff) | |
parent | 454b29d61daaba8f19f0d890d59d259ef1416907 (diff) |
Merge tag 'upstream/0.6' into debian
New release 0.6.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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: |