From 9743c824086bd4e25937db7e674534c32127713f Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Fri, 18 May 2018 00:41:59 +0200 Subject: [PATCH] changes --- src/ansi_c_implementation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansi_c_implementation/README.md b/src/ansi_c_implementation/README.md index 556a438..4196195 100644 --- a/src/ansi_c_implementation/README.md +++ b/src/ansi_c_implementation/README.md @@ -1,6 +1,6 @@ ## Installation -Use `$ make` or compile it anywhere else. +Use `$ make` or compile it anywhere else, `$ make win` does the trick on windows and cygwin/gitbash. However if you use Visual Studio use the C++ implementation in __../src/cpp_implementation__. It's a carbon copy of the *.c file but VS wants to use a *.cpp file.