Skip to content

Commit

Permalink
BUILDING.md: add info about Debian and using dynamic linking
Browse files Browse the repository at this point in the history
  • Loading branch information
charles2910 committed Dec 23, 2022
1 parent ace7c44 commit 101ad24
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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:
Expand Down

0 comments on commit 101ad24

Please sign in to comment.