Skip to content

Commit

Permalink
Update build dependencies in readme
Browse files Browse the repository at this point in the history
Resolves #44
  • Loading branch information
PoorPocketsMcNewHold authored and dreamer committed Oct 3, 2019
1 parent 3cec323 commit e770a4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit e770a4f

Please sign in to comment.