Skip to content
forked from snort3/libdaq

LibDAQ: The Data AcQuisition Library

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

git-akalu/libdaq

 
 

Repository files navigation

LibDAQ: The Data AcQuisition Library

Build and Install

LibDAQ is a standard autotools project and builds and installs as such:

./configure
make
make install

If building from git, you will need to do the following to generate the configure script prior to running the steps above:

./bootstrap

This will build and install both the library and modules.

When the DAQ library is built, both static and dynamic flavors will be generated. The various DAQ modules will be built if the requisite headers and libraries are available. You can disable individual modules, etc. with options to configure. For the complete list of configure options, run:

./configure --help

About

LibDAQ: The Data AcQuisition Library

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.1%
  • M4 11.4%
  • C++ 7.3%
  • RPC 2.5%
  • Makefile 1.7%