Building and installing¶
Dependencies:
Normal build tools: automake, libtool, pkg-config, make
libusb
The ‘autoconf-archive’ package must be installed before running autoreconf.
Build library and tool:
$ autoreconf -fi
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig # This is only needed the first time to update library cache
Running tests:
$ ./configure --enable-code-coverage
$ make && make check