From 53f06ee5ec7750be8cacf52f0c6a284ad2a0d0ca Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 12 Jan 2018 16:22:49 +0100 Subject: [PATCH] update doc --- docs/build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/build.md b/docs/build.md index 1cb82cb1..b5804e30 100644 --- a/docs/build.md +++ b/docs/build.md @@ -19,6 +19,9 @@ Coedit is mostly programmed in Object Pascal, using the the [Lazarus development * `git clone https://github.com/BBasile/Coedit.git` * `git submodule update --init --recursive`, to clone the dependencies used by the background tool. +The Lazarus LCL and the FreePascal FCL may require patches that fix bugs or regressions present in the latest Lazarus release and for which Coedit cannot include workarounds. +Any `.patch` file located in the `patches/` folder should be applied. On linux you'll have to set the write permissions to `/usr/lib64/fpc` and `/usr/lib64/lazarus`. + You're now ready to build Coedit. This can be done in the IDE or using the _lazbuild_ utility. * With _Lazarus_: