From e505da005a6eb691bbb2cade64b6becccedf1e61 Mon Sep 17 00:00:00 2001 From: Carlos Henrique Lima Melara Date: Fri, 23 Dec 2022 12:34:07 -0300 Subject: BUILDING.md: add info about Debian and using dynamic linking --- BUILDING.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index f02eb88..085a1f9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -33,9 +33,14 @@ make - `git` - optional, for cloning from CLI - Additionally, the following must be exported for qmake: `export QMAKESPEC=freebsd-clang` -#### Notes for Ubuntu -Supported Versions: 18.04, 20.04 -Unsupported Versions: 16.04 +#### Notes for Ubuntu and Debian +Supported Versions: + - Ubuntu: 18.04, 20.04 + - Debian: 10, 11, 12 (TBA) + +Unsupported Versions + - Ubuntu: 16.04 + - Debian: 9 - Required packages - `qt5-default` @@ -47,7 +52,9 @@ Unsupported Versions: 16.04 - `make` - `g++` -These notes are probably also correct for Debian (someone please verify) +- Additional packages (to use dynamic libraries) + - `libcmark-dev` + - `libgumbo-dev` #### Notes for Fedora 32 (and probably other recent versions) In the small `Makefile` mentioned above, comment out the line: -- cgit v1.2.3