Commit 6eea3298 authored by pieterdd's avatar pieterdd
Browse files

Add missing openssl-sys dependency

This fixes "Can't locate IPC/Cmd.pm in @INC (you may need to install the
IPC::Cmd module)" issues in the build.
parent 49da881b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
//! $ sudo apt-get install pkg-config libssl-dev
//!
//! # Fedora
//! $ sudo dnf install pkg-config perl-FindBin openssl-devel
//! $ sudo dnf install pkg-config perl-FindBin perl-IPC-Cmd openssl-devel
//!
//! # Alpine Linux
//! $ apk add pkgconfig openssl-dev