From 124ffac4e4f6639a5a9db914c11f27e318c25269 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sun, 8 Sep 2024 11:50:18 +0200 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c4627693..5ee6406e2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ How to get it/build it - Or, if you want/need a bleeding edge development version, you can: - download a build artifact zipfile from a recent [github action build](https://github.com/irmen/prog8/actions). - you can also compile it yourself from source. [Instructions here](https://prog8.readthedocs.io/en/latest/compiling.html). + Note that if you are not using *gradle* to build it, you might have to perform some manual + tasks once to make it compile fully. These are explained in the linked instructions. - Alternatively, you can also install the compiler as a package on some linux distros: - Arch (via AUR): [`prog8`](https://aur.archlinux.org/packages/prog8)