This commit is contained in:
gurkenhabicht 2018-05-18 00:41:59 +02:00
parent 033d22cb51
commit 9743c82408
1 changed files with 1 additions and 1 deletions

View File

@ -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.