aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index 6ed65ff..1b0b43d 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -20,6 +20,18 @@ Are installed.
### Windows
+Visual Studio 2013 is required to build tester.
+
+On Windows console.
+
> python kuroga.py config-msvc.py
> vcbuild.bat
+
+Or on msys2 bash,
+
+ $ python kuroga.py config-msvc.py
+ $ cmd //c vcbuild.bat
+
+
+