From 25b0988d4e40d22d907169b4f73ff07b4cb7fd0e Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 16 Aug 2022 16:12:35 -0400 Subject: docs: fix various references to "meson builddir" This is wrong, it should use "meson setup builddir". --- docs/markdown/GuiTutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/GuiTutorial.md') diff --git a/docs/markdown/GuiTutorial.md b/docs/markdown/GuiTutorial.md index 3a7c3e5..6990eef 100644 --- a/docs/markdown/GuiTutorial.md +++ b/docs/markdown/GuiTutorial.md @@ -64,7 +64,7 @@ executable('sdlprog', 'sdlprog.c') With this done we can start the build with the following command: - meson builddir + meson setup builddir Here `builddir` is the _build directory_, everything that is generated during the build is put in that directory. When run, it should look -- cgit v1.1