From b071906db5b8e30d260617ca4d6ba38890443a42 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 15 Jul 2021 02:23:53 +0200 Subject: [PATCH] clarify installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4e1218c..cf90c3e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,12 @@ These package names are in the debian / ubuntu style. Feel free to PR your own g **If** you're building it from source, you'll need `libboost1.70-all-dev` or `libboost1.71-all-dev` or higher as well. +In the end you should end up with a command something like this: + +```sh +sudo apt install git make cmake g++-10 liblua5.3 libz-dev rapidjson-dev libopenssl-dev libboost1.71-all-dev +``` + ### How to build On windows. use git-bash for these commands. On linux, these should work in your shell.