From source
✋ Before you get started with installing and running
locast2tuner
, make sure you have an active locast.org account with an active donation.
The only build requirement locast2tuner
has is Rust 1.50.0+.
Installing dependencies
- MacOS:
brew install rust
- Linux:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Building
git clone https://github.com/wouterdebie/locast2tuner
cd locast2tuner
cargo build --release
Installing
You'll end up with a binary in ./target/release/locast2tuner
. You can copy this to the directory of your choosing (/usr/local/bin
is a good place to start).