egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
69 stars 17 forks source link

some notes on the gtk requirement #553

Closed bentaca closed 1 year ago

bentaca commented 1 year ago

As a mac user I was positively surprised that I was able to build the examples in the extensions/gtk folder. Maybe these notes make it bit easier for the next user.

egallesio commented 1 year ago

Hi @bentaca,

Glad to see that you can use GTK on macOS. Thanks a lot for this PR.

BTW, in the README.md file, you said that the STKLOS_GTK_DIR variable needs to be set before the configure && make phase. Normally, this should be necessary only before running the demos (I will not be able to verify by myself for a while, but I'm always unsure with macOS :wink:). The loading of GTK libraries is done dynamically and is hence not necessary at compile time.