Hello,
I am trying to install ProNoc on a Linux Ubuntu 22.04. I followed the installation guide. I installed most of the needed packages but one of them is an issue. Indeed Gtk2 and Gtk2::SourceView seem to be deprecated.
Is there a stable way to install ProNoc with Gtk3 or earlier?
Thank you in advance Glen
Hi
Use GTK3 instead. Try to clone the most updated version of ProNoC : git clone https://github.com/amonemi/ProNoC.git
Then you only need to run
sudo bash install.sh
And type 3 for GTK version. It should install all dependencies for GTK3.