From d017170af88819be9678ab49c860f05dadd5730b Mon Sep 17 00:00:00 2001 From: David Buckley Date: Mon, 15 Nov 2021 19:31:15 -0500 Subject: [PATCH] link to linaro release instead of broken Kobo repo --- doc/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILD.md b/doc/BUILD.md index b928a4ce..1afacc20 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -17,7 +17,7 @@ There are two ways to build *Plato*: #### Preliminary -Install the appropriate [compiler toolchain](https://github.com/kobolabs/Kobo-Reader/tree/master/toolchain) (the binaries of the `bin` directory need to be in your path). +Install the [compiler toolchain (gcc-linaro-4.9.4-2017.01)](https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01/arm-linux-gnueabihf/) (the binaries of the `bin` directory need to be in your path). Install the required dependencies: `wget`, `curl`, `git`, `pkg-config`, `unzip`, `jq`, `patchelf`.