Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Nov 14, 2023
1 parent cc92104 commit 05ff520
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,17 @@ Port 47603 is open.
Port 52116 is open.
```

## Dependencies

PortScanner relies on the following libraries:

- [asio](https://github.com/boostorg/asio)
- [program_options](https://github.com/boostorg/program_options)

## How to Build using CMake

```bash
cmake -B build
cmake --build build --config Release
ctest -C Release
```
```

0 comments on commit 05ff520

Please sign in to comment.