From fe3aa606013e9c54be084959eb493a2fb8595e79 Mon Sep 17 00:00:00 2001 From: Heaven31415 Date: Sun, 24 Mar 2019 21:32:04 +0100 Subject: [PATCH] Update note about path to visual studio solution. --- doc/site/getting-started.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/getting-started.markdown b/doc/site/getting-started.markdown index 8c17c035..856a036f 100644 --- a/doc/site/getting-started.markdown +++ b/doc/site/getting-started.markdown @@ -31,7 +31,7 @@ into the repo's top level directory. Binaries for other configurations are built to `bin/`. Static and shared libraries for embedding Wren get built in `lib/`. For Mac users, there is also an XCode project under `util/xcode`. For -Windows brethren, `util/msvc2013` contains a Visual Studio solution. Note +Windows brethren, `util/vs2017` contains a Visual Studio solution. Note that these may not have the exact same build settings as the makefile. The makefile is the "official" way to compile Wren.