diff options
author | Luca Deri <deri@ntop.org> | 2020-09-20 18:44:38 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-09-20 18:44:57 +0200 |
commit | 8ba1baace1f4380147d72622f5d2de95b1ce75e9 (patch) | |
tree | 586fb8add9b35fc9d23ccad39099b01eda0b84a2 /windows/README.md | |
parent | ff1cc1fa418174c407f85fe19a21d5ef588c4e98 (diff) |
Added sample Windows MSVC project
Diffstat (limited to 'windows/README.md')
-rw-r--r-- | windows/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/README.md b/windows/README.md new file mode 100644 index 000000000..23edd506d --- /dev/null +++ b/windows/README.md @@ -0,0 +1,4 @@ +# Building on Windows + +This directory contains windows-specific files. In particular: +- nDPI.vcxproj is a sample project for nDPI. Use it as starting point for compiling on Windows. Note that it might be outdated as new protocols are added to nDPI |