From 38e108ea70b2022a58468e64cff2899d3f409868 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 8 Apr 2024 22:45:29 +0200 Subject: Add Debian packages to install instructions --- doc/install.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'doc/install.md') diff --git a/doc/install.md b/doc/install.md index 4830bb33..3cbf418c 100644 --- a/doc/install.md +++ b/doc/install.md @@ -28,7 +28,19 @@ If you don't want to use a TLS library, use the configure option and `--disable-mbedtls` to control the search. By default OpenSSL is search first, then mbedTLS. -Then, to build and install Dillo: +For Debian, you can use the following command to install the required +packages to build Dillo: + +```sh +$ sudo apt install gcc g++ autoconf automake make zlib1g-dev \ + libfltk1.3-dev libssl-dev libc6-dev \ + libpng-dev libjpeg-dev libgif-dev +``` + +If you prefer to use mbedTLS, replace `libssl-dev` with +`libmbedtls-dev`. + +To build and install Dillo follow the steps below. ### From a release -- cgit v1.2.3