From 9f7625e8aa2bc29c1b34a3ac221ed760f74c7319 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Sat, 1 Sep 2018 23:17:25 +0100 Subject: [PATCH] Single line package install for Debian-based distros --- doc/build.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/build.md b/doc/build.md index 9b485f8c2..2fda2c0c1 100644 --- a/doc/build.md +++ b/doc/build.md @@ -19,8 +19,11 @@ What's working so far? - pkc-config - libssl-dev - linux-headers (reported needed on Alpine linux) -- pkg-config (reported on Ubuntu) -- libssl-dev (reported on various builds) + +For Debian-based distributions (Debian, Ubuntu, Mint, etc), all in one line (except Rust): +``` +apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config libssl-dev +``` ## Build steps