I am having trouble installing WebKitGTK on Linux Mint 22. I have Xojo 2024r2.1 installed.
It is required for the HTMLViewer.
Tried:
sudo apt-get install libgtk-3-0:i386 libwebkitgtk-3.0-0:i386
This say the package is not available. Also checked and HTMLViewer still does not work.
I probably do not need to install the 32 bit version. Got the following line directly from the current version system requirements:
sudo apt-get install libgtk-3-0:i386 libwebkitgtk-3.0-0:i386
So it’s already installed. Maybe you should describe the actual problem and provide a sample project instead of telling us what you think the problem is.