mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
308 B
Markdown
17 lines
308 B
Markdown
# 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 version info:
|
|
|
|
`valac --version`
|
|
|
|
- Display helper message:
|
|
|
|
`valac --help`
|