See the bot in action at its test channel.
Building for ARM is a bit convoluted:
- Set up cross-compilation toolchain
- Copy the target’s
/usr/include/openssl,lib{crypto,ssl,z}.soto $PWD - Run cargo with:
TARGET_CFLAGS="-I $PWD" cargo rustc --release --target arm-unknown-linux-gnueabihf -- -C linker=arm-linux-gnueabihf-gcc -lz -L $PWD - Copy
target/arm-unknown-linux-gnueabihf/release/luserto the target
Personal projects
View all- Loading
Loading