WBOR-91-1-FM / wbor-studio-dashboard

A radio show dashboard that runs on a CRT in the WBOR studio.
GNU General Public License v3.0
1 stars 0 forks source link
bowdoin rust

WBOR's On-Air-Studio Dashboard


Dependencies

brew install rust sdl2 sdl2_image sdl2_ttf
sudo dnf install rust cargo SDL2-devel SDL2_image-devel SDL2_ttf-devel
# Doing this just because `apt-get` only has an outdated version of the toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

Build and Run

Assuming you've cloned the project and installed the required dependencies, run the following from the project's root folder:

cargo run --release

Or, with logging enabled:

RUST_LOG=wbor_studio_dashboard cargo run --release

Scripts


TODO