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

17 lines
315 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.

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