aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Henrique Lima Melara <charlesmelara@outlook.com>2022-12-23 12:34:07 -0300
committerFelix Queißner <felix@ib-queissner.de>2022-12-25 10:41:48 +0100
commite505da005a6eb691bbb2cade64b6becccedf1e61 (patch)
tree4d5a44fea07ae40ceef2cd907ff739f2b6039b6b
parente57a7ef663e30a62ca63f1dc58e633272341a48b (diff)
BUILDING.md: add info about Debian and using dynamic linking
-rw-r--r--BUILDING.md15
1 files 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: