update doc

This commit is contained in:
Basile Burg 2018-01-12 16:22:49 +01:00
parent 8ad59f39f6
commit 53f06ee5ec
1 changed files with 3 additions and 0 deletions

View File

@ -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 clone https://github.com/BBasile/Coedit.git`
* `git submodule update --init --recursive`, to clone the dependencies used by the background tool. * `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. You're now ready to build Coedit. This can be done in the IDE or using the _lazbuild_ utility.
* With _Lazarus_: * With _Lazarus_: