add new chinese translations
This commit is contained in:
17
pages.zh/common/valac.md
Normal file
17
pages.zh/common/valac.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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`
|
Reference in New Issue
Block a user