diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..72c551d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# About + +This does ampliphase modulation using the Red and Green DACs of FL2K VGA dongles. + +# Install + +1. Install Rust using https://rustup.rs +1. Install clang (Debian: `apt install llvm-dev libclang-dev clang`, others see + https://rust-lang.github.io/rust-bindgen/requirements.html) +1. Install libusb 1.0 (include -dev package) |