Skip to content

Commit

Permalink
Add installation instructions for Debian 12 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Václav Slavík <[email protected]>
  • Loading branch information
SzymonOzog and vslavik authored Jul 5, 2024
1 parent 6fcc13a commit 6cf5110
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@ $ sudo yum groupinstall "Development Tools"
$ sudo yum install wxGTK wxGTK-devel poppler-glib poppler-glib-devel
```

#### Ubuntu:
#### Ubuntu 24.04 / Debian 12 or newer:

```
$ sudo apt-get install make automake g++
$ sudo apt-get install libpoppler-glib-dev poppler-utils libwxgtk3.2-dev
```

#### Older versions of Ubuntu / Debian:

```
$ sudo apt-get install make automake g++
Expand Down

0 comments on commit 6cf5110

Please sign in to comment.