aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 66291b59868b06616ec19ba43d243cdaa02ba3e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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`