Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 974 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 974 Bytes

i-dig-blocks

A simple Discord bot to interact with CubedHost APIs.

Built using Rust with Serenity.

Compiling for the Raspberry Pi

This project can be targeted for a Raspberry Pi (all models should be compatible with the Raspberry Pi OS).

The release binary can be compiled with the following commands.

Compiling with downloaded toolchains

The project can be compiled using cargo directly if the appropriate toolchains are downloaded (such as these toolchains for Windows).

cargo build --release --target arm-unknown-linux-gnueabihf

Compiling with Cross

Alternatively, the project can be compiled using Cross.

cross.exe build --release --target arm-unknown-linux-gnueabihf