From e770a4fe38577668b23ccbaadbcb54978fdd1026 Mon Sep 17 00:00:00 2001 From: PoorPockets McNewHold Date: Thu, 3 Oct 2019 14:17:08 +0200 Subject: [PATCH] Update build dependencies in readme Resolves #44 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb298ce..cc88650 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,16 @@ additional dependencies. ## Installation (debug build, from source) -0. Download the latest version of Rust: https://www.rust-lang.org/. +0. Download the latest version of Rust: https://www.rust-lang.org/ and verify that openssl is installed on your system. + +Debian, Ubuntu et consortes + + $ sudo apt install libssl-dev + +Fedora + + $ sudo dnf install openssl-devel + 1. Close Steam. 2. Clone the repository, then use makefile to trigger `cargo build` and install: