Files
LumonMDR/compile_build_pi.sh

4 lines
189 B
Bash
Raw Normal View History

2025-02-08 15:12:24 -05:00
rm -rf build
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=cmake/armv8-rpi3-linux-gnueabihf.cmake -DCROSS_COMPILE_SYSROOT=/home/andrewc/chroots/rpi-buster-armhf
cmake --build build -j$(nproc)