compilation - How can I compile nDPI library on Windows? -
the library comes instructions on how compile on linux:
- ./autogen.sh
- ./configure
- make
but can't find source on internet me compile code directly on windows, if never had linux machine.
ndpi
hosted here: https://github.com/ntop/ndpi
you set linux-like cli using cygwin (very useful tool) , cross compile windows. it's not complicated process , there lot of documentation around internet. recommend using mingw 32 cross compiler. luck!
Comments
Post a Comment