# 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) 1. Run `cargo build --release`