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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -