-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UPDATE] Library libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev is not working in Debian 12 #278
Comments
Also works for Ubuntu 23.04 where the official 22.04 instructions failed. Thank you @ariandanim! :) |
If you want to document this in the readme a PR is welcome @ariandanim! |
your welcome bro.. |
thank you! |
thank you!... |
your welcome bro |
your welcome bro |
ariandanim
changed the title
Library libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev is not working in Debian 12
[UPDATE] Library libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev is not working in Debian 12
Nov 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After searching, finally I can install Erlang with asdf in Debian 12 with smoothly.
When you type apt install don't include this lib
libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev
But add this 2 libs
apt install libwxgtk-webview3.2-1 libwxgtk-webview3.2-dev
The complete prerequisites for asdf before installing Erlang in Debian 12 is:
apt-get -y install build-essential autoconf m4 libncurses5-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev default-jdk libwxgtk-webview3.2-1 libwxgtk-webview3.2-dev automake
[update] 10-11-2024
I added 'automake' in the end below in apt-get install
automake is for building/compile the erlang
Source : https://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=libwxgtk-webview
The text was updated successfully, but these errors were encountered: