From c3a858a2c7fef75ee9ddc29d75bdbff286d3dd94 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Fri, 23 Jan 2015 10:41:11 -0800 Subject: [PATCH] Update doc on VS project. --- doc/site/getting-started.markdown | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/site/getting-started.markdown b/doc/site/getting-started.markdown index 2f0a938d..dc9fcc04 100644 --- a/doc/site/getting-started.markdown +++ b/doc/site/getting-started.markdown @@ -10,14 +10,10 @@ Mac and you can rock a command line, it's just: $ make $ ./wren -For Mac users, there is also an XCode project in the repo that you can use to -hack on Wren. That's what I develop in. It builds fine from there but *may* not -have the exact same build settings. The Makefile is the canonical way to -compile it. - -For our Windows brethren, there's still a little work to be done. Ideally, the -repo would include a Visual Studio solution for building Wren. I don't have a -Windows machine, but if you do, I would be delighted to take a patch for this. +For Mac users, there is also an XCode project under `project/xcode`. For +Windows brethren, `project/msvc2013` 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. ## Interactive mode