Nix Nix
tldr-pages web client with multiple languages
Nix Nix
Search
On This Page

valac

Vala code compiler. Tutorial: https://wiki.gnome.org/Projects/Vala/Tutorial. More information: https://valadoc.org/.

  • Compile a vala file, with gtk+:

valac path/to/file.vala --pkg gtk+-3.0

  • Display help:

valac --help

  • Display version:

valac --version

Contribute to This Page
Report New Issue View Source
Discuss this page