Skip to content

Commit

Permalink
Update README.md for Ubuntu 24.04 installation (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvkmohan authored Apr 30, 2024
1 parent cf6ac67 commit 8c5dacf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ If you need to use `wxWebView` in Erlang you'll want to install 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`

#### Ubuntu 24.04 LTS
If you want to install all the above:
`apt-get -y install build-essential autoconf m4 libncurses5-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-11-jdk`

#### Debian 12 (bookworm)

To install the whole dependency suite:
Expand Down

0 comments on commit 8c5dacf

Please sign in to comment.