Skip to content

Commit

Permalink
Update README.md to include a modern Debian (#283)
Browse files Browse the repository at this point in the history
Add Debian Bookworm to the build-dependencies.
  • Loading branch information
stribb committed Dec 13, 2023
1 parent 6744df7 commit aaa3ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ If you need to use `wxWebView` in Erlang you'll want to a library for it:
If you want to install all the above:
`apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk`

#### Debian 12 (bookworm)

To install the whole dependency suite:
`apt-get -y install build-essential autoconf m4 libncurses-dev libwxgtk3.2-dev libwxgtk-webview3.2-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-17-jdk`

### Arch Linux

Provides most of the needed build tools.
Expand Down

0 comments on commit aaa3ee7

Please sign in to comment.