Start by cloning the repository:
git clone https://github.com/baskerville/plato.git
cd platoInstall 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 | shInstall the appropriate target:
rustup target add arm-unknown-linux-gnueabihf./build.sh./dist.shInstall the required dependencies: MuPDF 1.23.11, DjVuLibre, FreeType, HarfBuzz.
Install one additional dependency: SDL2.
You can then run the emulator with:
./run-emulator.shYou can install the importer with:
./install-importer.sh