From 889da0b7ce1cec422db628bdfb7871181e018a46 Mon Sep 17 00:00:00 2001 From: "Basile.B" Date: Sun, 15 Mar 2020 09:26:07 +0000 Subject: [PATCH] Update build.md --- docs/build.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/build.md b/docs/build.md index c8f0d12c..b76c55d2 100644 --- a/docs/build.md +++ b/docs/build.md @@ -12,7 +12,7 @@ Dexed is mostly programmed in Object Pascal, using the the [Lazarus development * 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. * `cd ` * `git clone https://github.com/Basile-z/dexed.git` -* `git submodule update --init --recursive`, to clone the dependencies used by the background tool. +* `git submodule update --init`, 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 Dexed 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`. @@ -22,7 +22,8 @@ You're now ready to build Dexed. This can be done in the IDE or using the _lazbu * If you don't plan to develop the project, use _lazbuild_: * open a console. * `cd` to the repository location, sub folder **lazproj**. - * type `lazbuild -B -r dexed.lpi` and ENTER. Note that the path to _lazbuild_ may have to be specified. + * type `lazbuild -B dexeddesigncontrols.lpk` and ENTER. Note that the path to _lazbuild_ may have to be specified. + * type `lazbuild -B dexed.lpi` and ENTER. Note that the path to _lazbuild_ may have to be specified. * If you plan to help developing you'd better get started with _Lazarus_, which is less conveniant: * start Lazarus. @@ -36,10 +37,10 @@ After what Dexed should be build. The executable is output to the _bin_ folder. The background tool used by the IDE is a D program. -* [Download](https://dlang.org/download.html#dmd) and setup latest DMD version. +* [Download](https://dlang.org/download.html#dmd) and setup latest DMD version. Other D compiler are also supported. For example to compile with LDC, set the encironment variable DC: `DC=ldc2`. * In the repository, browse to the `dastworx` folder. * Windows: double click `build.bat` - * Linux: `sh ./build.sh` + * Linux: `bash ./build.sh` You can also build it in dexed using the project file _dastworx.dprj_.