Files
tldr/pages.zh/common/valac.md

17 lines
313 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# valac
> Vala代码编译器。
> 教程: <https://wiki.gnome.org/Projects/Vala/Tutorial>。
> 更多信息: <https://valadoc.org/>。
- 编译一个vala文件使用gtk+
`valac {{path/to/file.vala}} --pkg {{gtk+-3.0}}`
- 显示帮助信息:
`valac --help`
- 显示版本信息:
`valac --version`