Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 309 Bytes

File metadata and controls

8 lines (6 loc) · 309 Bytes

Building OpenSCQ30 on Linux

Instructions use Ubuntu package names. Package names may differ on other distros.

  1. Install rust
  2. Install pkg-config libdbus-1-dev libxkbcommon-dev
  3. Run cargo build --package openscq30-gui --release
  4. The compiled binary can be found at target/release/openscq30-gui