From da20ee642b9a449dde97d21d368a6f6fb3b8aacc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 13 May 2021 14:21:55 +0300 Subject: docs: update list of build dependencies to install for Debian --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1acf986..d9afa2e 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,14 @@ checkout of the source tree: $ ./build-deb /tmp/where/built/package/should/go ~~~ -You'll need the following packages installed: +You'll need to install build dependencies installed: -> build-essential -> git +~~~sh +$ sudo apt-get install build-essential git debhelper dh-cargo python3 \ + pandoc texlive-latex-base texlive-latex-recommended \ + texlive-fonts-recommended librsvg2-bin graphviz pandoc-citeproc \ + plantuml daemonize lmodern procps +~~~ Additionally, any packages reported by running the following command: -- cgit v1.2.1