This is a simple template for creating GTK4 applications using Vala, LibAdwaita and Blueprint.
Edit the file setup-template.sh
to include your name, project name and
project id. Then, run the script. This will rename everything within the
template to your desired values.
Set up the project build folder (only required once):
$ meson setup build
Build the project:
$ ninja -C build
Run the program:
$ build/src/$PROJECT_NAME
Install the program and resources:
$ sudo ninja -C build install