Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 577 Bytes

BUILD.md

File metadata and controls

29 lines (21 loc) · 577 Bytes

Preliminary

Install the appropriate compiler toolchain (the binaries of the bin directory need to be in your path).

Install the required dependencies: wget, curl, git, pkg-config, unzip, jq, patchelf.

Install rustup:

curl https://sh.rustup.rs -sSf | sh

Install the appropriate target:

rustup target add arm-unknown-linux-gnueabihf

Build Phase

git clone https://github.com/baskerville/plato.git
cd plato
./build.sh

Distribution

./dist.sh