mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Update README.md
This commit is contained in:
parent
2d7d9e62eb
commit
da1022c946
@ -0,0 +1,21 @@
|
||||
# Argparse Tests
|
||||
|
||||
## Linux
|
||||
|
||||
```bash
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake ../.
|
||||
$ make
|
||||
$ ./tests
|
||||
```
|
||||
|
||||
## Windows
|
||||
|
||||
```bash
|
||||
$ mkdir build
|
||||
$ cd build
|
||||
$ cmake -G "Visual Studio 15 2017" ../.
|
||||
$ make
|
||||
$ ./tests
|
||||
```
|
Loading…
Reference in New Issue
Block a user