From ba0aeee005d5fdaaab59cd7c099a237f51eddc86 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 31 Dec 2022 14:36:18 +0100 Subject: Create project --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') 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) -- cgit v1.2.3