forked from kiss-community/repo
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
meson
|
|
________________________________________________________________________________
|
|
|
|
Meson is a software tool for automating the building (compiling) of software.
|
|
The overall goal for Meson is to promote programmer productivity. Meson is free
|
|
and open-source software written in Python, under the Apache License 2.0. [0]
|
|
|
|
Upstream: https://mesonbuild.com/
|
|
|
|
|
|
[000] Index
|
|
________________________________________________________________________________
|
|
|
|
* Installation ........................................................... [001]
|
|
* Usage .................................................................. [002]
|
|
* References ............................................................. [003]
|
|
|
|
|
|
[001] Installation
|
|
________________________________________________________________________________
|
|
|
|
+------------------------------------------------------------------------------+
|
|
| |
|
|
| $ kiss b meson |
|
|
| |
|
|
+------------------------------------------------------------------------------+
|
|
|
|
|
|
[002] Usage
|
|
________________________________________________________________________________
|
|
|
|
Refer to the manual pages and command help output.
|
|
|
|
|
|
[003] References
|
|
________________________________________________________________________________
|
|
|
|
[0] https://en.wikipedia.org/wiki/Meson_(software)
|
|
|