aboutsummaryrefslogtreecommitdiff
path: root/Meson.wiki
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-18 00:33:18 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-18 00:33:18 +0200
commite514e0e3f6a236819f388c21af65422f399e47fc (patch)
tree6f51739d04d8dfc315d4a4a26ba0dcde990a2ae6 /Meson.wiki
parentons 12 jul 2023 15:20:07 CEST (diff)
downloadwiki-public-e514e0e3f6a236819f388c21af65422f399e47fc.tar.gz
wiki-public-e514e0e3f6a236819f388c21af65422f399e47fc.tar.xz
tis 18 jul 2023 00:33:16 CEST
Diffstat (limited to 'Meson.wiki')
-rw-r--r--Meson.wiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/Meson.wiki b/Meson.wiki
new file mode 100644
index 0000000..4de4789
--- /dev/null
+++ b/Meson.wiki
@@ -0,0 +1,8 @@
+https://docs.mesa3d.org/meson.html
+
+If `meson.build` exists:
+
+{{{sh
+meson setup build
+ninja -C build
+}}}