diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..27379af --- /dev/null +++ b/README.md @@ -0,0 +1,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 |