Beatled Client
Cross Compilation
In this step, we cross-compile the various server for the Raspberry Pi. We also build the React front and package it in a tarball.
Download submodule dependencies.
git sumbodule updateBuild builder image:
utils/build-docker-builder.shBuild Raspberry Pi executable:
utils/build-beatled-server.shCopy your files to the raspberry pi:
utils/copy-tar-files.sh ${RPI_USERNAME} ${RPI_HOST}
Requirements
- On MacOS
brew install pkg-config cmake libtool automake autoconf autoconf-archive