From a6bf89211115a7246f4dfdb69484ead17e5547bd Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Fri, 30 Aug 2024 11:42:34 +0200 Subject: [PATCH] Update the compiler toolchains link --- doc/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILD.md b/doc/BUILD.md index e844e043..1f0965eb 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -11,7 +11,7 @@ cd 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 appropriate [compiler toolchain](https://drive.google.com/drive/folders/1YT6x2X070-cg_E8iWvNUUrWg5-t_YcV0) (the binaries of the `bin` directory need to be in your path). Install the required dependencies: `wget`, `curl`, `git`, `pkg-config`, `unzip`, `jq`, `patchelf`.