aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Using-with-Visual-Studio.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-05-03 18:27:29 +0300
committerGitHub <noreply@github.com>2017-05-03 18:27:29 +0300
commit2bb03f19fd9842d8c7966336ee967786f8edfbda (patch)
tree707f00e4b355d30c6d4d0de23e3364bf82b6c35d /docs/markdown/Using-with-Visual-Studio.md
parent33b79dcf2502420c0db806fece1b35c724366f40 (diff)
parent276d342ebaf859dd53e145ead3e98e2cebb360ab (diff)
downloadmeson-2bb03f19fd9842d8c7966336ee967786f8edfbda.zip
meson-2bb03f19fd9842d8c7966336ee967786f8edfbda.tar.gz
meson-2bb03f19fd9842d8c7966336ee967786f8edfbda.tar.bz2
Merge pull request #1725 from whot/master
documentation fixes
Diffstat (limited to 'docs/markdown/Using-with-Visual-Studio.md')
-rw-r--r--docs/markdown/Using-with-Visual-Studio.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Using-with-Visual-Studio.md b/docs/markdown/Using-with-Visual-Studio.md
index 2768ea4..339fda3 100644
--- a/docs/markdown/Using-with-Visual-Studio.md
+++ b/docs/markdown/Using-with-Visual-Studio.md
@@ -8,8 +8,8 @@ In order to generate Visual Studio projects, Meson needs to know the settings of
1. Click on start menu and select "Visual Studio 2015 Command Prompt"
1. cd into your source directory
-1. mkdir build
-1. python3 path/to/meson.py build --backend vs2015
+1. mkdir builddir
+1. python3 path/to/meson.py builddir --backend vs2015
If you wish to use the Ninja backend instead of vs2015, pass `--backend ninja`. At the time of writing the Ninja backend is more mature than the VS backend so you might want to use it for serious work.