Missing operations in make tests
For a linux Debian and derivatives point of view :
user@system: sed -i 's/gtk-3.0/gtk-4.0/g' Makefile
user@system: sed -i 's/gtk-3.0/gtk-4.0/g' ./src/gnoga-application-gtk_window.adb
user@system: cd ./obj ; gcc -c ../src/gnoga_gtk_window.c `pkg-config --cflags webkit2gtk-4.0` ; cd ..
Missing operations in make install
libgnoga_secure.a not installed :
user@system: cp <GNOGA_PATH>/lib/gnoga-server-connection-secure.ali <PREFIX>/lib/gnoga/gnoga ; cp <GNOGA_PATH>/lib/libgnoga_secure.a <PREFIX>/lib/gnoga/gnoga
Disregard the above post and replace it with the diff file below. Modification details:
Hi Stéphane,
a) native_gtk: it requires webkit2gtk that is not necessarily installed on mostly user configurations (even less version 4.0), thus I prefer to leave as it is
b) doc build: fix, git replaced by https (in this commit)
c) install Gnoga secure: it requires gnutls that is not necessarily installed on mostly user configurations, thus I prefer to leave as it is