We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255ae89 commit 19ea2d2Copy full SHA for 19ea2d2
README.md
@@ -17,5 +17,17 @@
17
[Desktop Entry Specification]: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html
18
[Menu Specification]: https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html
19
20
+## 2. Build
21
+
22
+To build, simply run:
23
24
+ meson setup build/
25
+ meson compile -C build/
26
27
+Run-time dependencies include: `glib-2.0`
28
29
+Build dependencies include: `meson`, `ninja`, `gcc`/`clang`
30
31
## Repology
32
33
[](https://repology.org/project/labwc-menu-generator/versions)
0 commit comments