From c90d000051beadc97710ad0c34369d2e40460618 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 28 May 2021 19:08:46 +0300 Subject: [PATCH] update debian building info (closes PurpleI2P/i2pd#1639) --- docs/devs/building/unix.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index 0d0da6d..911dfc5 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -59,9 +59,9 @@ Also there is `-L` flag for CMake that could be used to list current cached opti Debian/Ubuntu ------------- -You will need a compiler and other tools that could be installed with `build-essential` package: +You will need a compiler and other tools that could be installed with `build-essential` and `debhelper` packages: - sudo apt-get install build-essential + sudo apt-get install build-essential debhelper Also you will need a bunch of development libraries: