diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2015-06-16 16:32:45 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2015-06-16 16:32:45 +0200 |
commit | 03a45db7f3905ba834e4a0690b70936bd37b2633 (patch) | |
tree | 38ed54b3771dd3c205e3658eacf722467d326b01 /README.md | |
download | uca-ufo-03a45db7f3905ba834e4a0690b70936bd37b2633.tar.gz uca-ufo-03a45db7f3905ba834e4a0690b70936bd37b2633.tar.bz2 uca-ufo-03a45db7f3905ba834e4a0690b70936bd37b2633.tar.xz uca-ufo-03a45db7f3905ba834e4a0690b70936bd37b2633.zip |
Initial commit
For the past plugin history refer to the libuca repository.
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 |