Just spawned a new VM (Debian 13) to test the 4.6 version for use with GTK3
The install went fine but the first Hello World for GTK3 failed.
Then I realized I had forgotten to run the command
sudo apt-get install libgtk-3-dev
That did it and now Hello World runs fine. Will code more later
