From 05ff5205a101733462caa1591084b776f6359650 Mon Sep 17 00:00:00 2001 From: George Fotopoulos Date: Tue, 14 Nov 2023 10:24:14 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a4b877..9244c26 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```