mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 14:44:40 +00:00
Update README.md
This commit is contained in:
parent
c70e6e52b5
commit
4b59010bd3
@ -12,10 +12,14 @@ $ ./tests
|
||||
|
||||
## Windows
|
||||
|
||||
1. Generate Visual Studio solution
|
||||
|
||||
```bash
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake ../. -G "Visual Studio 15 2017"
|
||||
$ make
|
||||
$ ./tests
|
||||
```
|
||||
|
||||
2. Open ARGPARSE.sln
|
||||
3. Build tests in RELEASE | x64
|
||||
4. Run tests.exe
|
||||
|
Loading…
Reference in New Issue
Block a user