snort3 / libdaq

LibDAQ: The Data AcQuisition Library
Other
45 stars 39 forks source link

CMakeLists.txt is missing -download and compile in WIN10 #32

Open 1alexman1 opened 2 weeks ago

1alexman1 commented 2 weeks ago

Hello,I am trying to install DAQ for Windows 10, so I downloaded the ZIP file and compiled it with CMake GUI, but I received the following error: CMake Error: The source directory "C:/Users/pc/Downloads/libdaq-master" does not appear to contain CMakeLists.txt.

InverseRE commented 1 week ago

Can you show the content of C:/Users/pc/Downloads/libdaq-master" directory?

Xiche commented 1 week ago

Hint: This isn't a CMake project. It uses autoconf (./configure). Check out the Build and Install section in the README.