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

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -