Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-04-01 22:03:59 -04:00 committed by GitHub
parent c70e6e52b5
commit 4b59010bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,14 @@ $ ./tests
## Windows ## Windows
1. Generate Visual Studio solution
```bash ```bash
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake ../. -G "Visual Studio 15 2017" $ cmake ../. -G "Visual Studio 15 2017"
$ make
$ ./tests
``` ```
2. Open ARGPARSE.sln
3. Build tests in RELEASE | x64
4. Run tests.exe