Skip to content

thetek42/vala-gtk4-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vala + GTK4 Template

This is a simple template for creating GTK4 applications using Vala, LibAdwaita and Blueprint.

Usage

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.

Building, Running and Installing

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

About

A template for developing GTK4 applications with Vala, LibAdwaita and Blueprints – MIRROR OF https://git.tjdev.de/thetek/vala-gtk4-template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published