update docu

This commit is contained in:
pls.153 2023-09-11 14:17:29 +02:00
parent 7ed362c49c
commit 1d0bafb4f8
3 changed files with 6 additions and 6 deletions

View file

@ -31,8 +31,8 @@ You probably want to create an alias for qmake, like:
alias qmake='<path-to-qt>/<compiler>/bin/qmake' alias qmake='<path-to-qt>/<compiler>/bin/qmake'
``` ```
Please make sure you have both latest **ECL** (from development branch) and Please make sure you have both **ECL 23.9.9** and either **Qt5.15** or **Qt6**
either **Qt5.15** or **Qt6** installed (see [readme-qt](readme-qt.md)). installed (see [readme-qt](readme-qt.md)).
``` ```
$ cd src/build $ cd src/build

View file

@ -41,10 +41,10 @@ Build cross-compiled ECL for android
------------------------------------ ------------------------------------
To build the cross-compiled ECL **aarch64**, just use the 2 scripts included in To build the cross-compiled ECL **aarch64**, just use the 2 scripts included in
this project. As of March 2022, please use latest ECL from development branch. this project. You'll need latest ECL 23.9.9.
* extract a fresh copy of the ECL sources in e.g. `~/ecl`, and rename * extract a fresh copy of the ECL sources in e.g. `~/ecl`, and rename
`ecl-21.2.1` to `android` `ecl-23.9.9` to `android`
* copy the 2 scripts from [platforms/android/build-ecl/](platforms/android/build-ecl/) * copy the 2 scripts from [platforms/android/build-ecl/](platforms/android/build-ecl/)
to `~/ecl/android/` to `~/ecl/android/`
* run both scripts in order * run both scripts in order

View file

@ -15,7 +15,7 @@ immediately in your current terminal session.)
Build cross-compiled ECL for iOS Build cross-compiled ECL for iOS
-------------------------------- --------------------------------
As of May 2023, please use latest ECL from development branch. You'll need ECL 23.9.9.
**Important**: pay attention to file `src/c/unixsys.d`, function `si_system()`. **Important**: pay attention to file `src/c/unixsys.d`, function `si_system()`.
Function `system()` inside of it needs to work when running script **1**, and Function `system()` inside of it needs to work when running script **1**, and
@ -46,7 +46,7 @@ si_system(cl_object cmd_string)
``` ```
* extract a fresh copy of the ECL sources in e.g. `~/ecl`, and rename * extract a fresh copy of the ECL sources in e.g. `~/ecl`, and rename
`ecl-21.2.1` to `ios` `ecl-23.9.9` to `ios`
* copy the 2 scripts from [platforms/ios/build-ecl/](platforms/ios/build-ecl/) * copy the 2 scripts from [platforms/ios/build-ecl/](platforms/ios/build-ecl/)
to `~/ecl/ios/` to `~/ecl/ios/`
* run first script * run first script