From b8661f8bff02fa07b69225b2b4ae3b023d5597e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Mon, 26 Oct 2020 16:21:06 +0100 Subject: [PATCH] Update README.md Co-authored-by: Michael Camilleri --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698199ec..3af472a5 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Now you should have an `.msi`. You can run `build_win install` to install the `. ### Meson Janet also has a build file for [Meson](https://mesonbuild.com/), a cross-platform build -system. Although Meson has a python dependency, Meson is a very complete build system that +system. Although Meson has a Python dependency, Meson is a very complete build system that is maybe more convenient and flexible for integrating into existing pipelines. Meson also provides much better IDE integration than Make or batch files, as well as support for cross-compilation.