blob: 27379af398b94b1b7239e5b6734e4cbd370b44e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Plugin for the ufo detector family
## Installation
Install [libuca](https://github.com/ufo-kit/libuca) first and make sure that
pcilib is available. Then:
mkdir build && cd build
cmake ..
make && make install
|