diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c34bb9d..bdc1785a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,9 +33,9 @@ release: - update-alternatives --config ld - ld --version # lazarus - - curl -JLO https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.0.8/fpc-laz_3.0.4-1_amd64.deb/download && apt install -y ./fpc-laz_3.0.4-1_amd64.deb - - curl -JLO https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.0.8/fpc-src_3.0.4-2_amd64.deb/download && apt install -y ./fpc-src_3.0.4-2_amd64.deb - - curl -JLO https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.0.8/lazarus-project_2.0.8-0_amd64.deb/download && apt install -y ./lazarus-project_2.0.8-0_amd64.deb + - curl -JLO https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.0.10/fpc-laz_3.2.0-1_amd64.deb/download && apt install -y ./fpc-laz_3.2.0-1_amd64.deb + - curl -JLO https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.0.10/fpc-src_3.2.0-1_amd64.deb/download && apt install -y ./fpc-src_3.2.0-1_amd64.deb + - curl -JLO https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%202.0.10/lazarus-project_2.0.10-0_amd64.deb/download && apt install -y ./lazarus-project_2.0.10-0_amd64.deb script: - bash setup/build-release.sh artifacts: diff --git a/docs/build.md b/docs/build.md index e0f8c634..3ef1b185 100644 --- a/docs/build.md +++ b/docs/build.md @@ -8,7 +8,7 @@ Dexed is mostly programmed in Object Pascal, using the the [Lazarus development ## Pre-requisites * Git -* [Download](http://lazarus.freepascal.org/index.php?page=downloads) and setup the latest Lazarus version (>= 2.0.6) and FPC + FPC sources (= 3.0.4) for your platform. +* [Download](http://lazarus.freepascal.org/index.php?page=downloads) and setup the latest Lazarus version (>= 2.0.10) and FPC + FPC sources (= 3.2.0) for your platform. * Windows: the three packages are bundled in an installer. * Linux: the three packages must be downloaded and setup individually. It's recommended to download the packages from _SourceForge_ and not from the official repository of the distribution because they don't always propose the latest version. * [Download](https://github.com/ldc-developers/ldc/releases) and setup LDC2, the LLVM-based D compiler. It is used to compile the part of the IDE that's written in D, a library called _libdexed-d_. LDC2 binaries must be visible in the system PATH variable. Note that building _libdexed-d_ is automatic. diff --git a/docs/index.md b/docs/index.md index 4c7569b0..7f959b80 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ header-includes: