Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 261 Bytes

GTK4-Testproject

This is a simple sample GTK4 poject. It should work in Windows, Linux and MacOS.

Compile

Prerequesits: meson

  • clone repository
  • run meson setup build
  • compile: run meson compile -C build
  • to execute: run ./build/testproject