The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
768 B
38 lines
768 B
.TH WRAPTOOL "1" "November 2016" "meson 0.36.0" "User Commands" |
|
.SH NAME |
|
wraptool - source dependency downloader |
|
.SH DESCRIPTION |
|
|
|
Wraptool is a helper utility to manage source dependencies |
|
using the wrapdb database. |
|
|
|
.B wraptool < |
|
.I command |
|
.B > [ |
|
.I options |
|
.B ] |
|
|
|
You should run this command in the top level source directory |
|
of your project. |
|
|
|
.SS "Commands:" |
|
.TP |
|
\fBlist\fR |
|
list all available projects |
|
.TP |
|
\fBsearch\fR |
|
search projects by name |
|
.TP |
|
\fBinstall\fR |
|
install a project with the given name |
|
.TP |
|
\fBupdate\fR |
|
update the specified project to latest available version |
|
.TP |
|
\fBinfo\fR |
|
show available versions of the specified project |
|
.TP |
|
\fBstatus\fR |
|
show installed and available versions of currently used subprojects |
|
.SH SEE ALSO |
|
http://wrapdb.mesonbuild.com/
|
|
|