diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 14:09:13 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2018-05-09 14:09:18 +0200 | 
| commit | d3df555699c7189503de7f49c6c48d6d04b84083 (patch) | |
| tree | d0935e849bc54ae0b0a4e8b86419c83f9e8f1c40 /INSTALL | |
| parent | d1bc3ad109a3000bda8a7876673ff9a0281e8c7b (diff) | |
New dependency: perl module Types::Serialiserupstream/0.5
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -31,12 +31,13 @@ lacme depends on OpenSSL and the following Perl modules:    - MIME::Base64 (core module)    - Net::SSLeay    - POSIX (core module) +  - Types::Serialiser    - Socket (core module)  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 +    apt-get install openssl libconfig-tiny-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: | 
