mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
update docu
This commit is contained in:
parent
7ed362c49c
commit
1d0bafb4f8
3 changed files with 6 additions and 6 deletions
|
|
@ -31,8 +31,8 @@ You probably want to create an alias for qmake, like:
|
|||
alias qmake='<path-to-qt>/<compiler>/bin/qmake'
|
||||
```
|
||||
|
||||
Please make sure you have both latest **ECL** (from development branch) and
|
||||
either **Qt5.15** or **Qt6** installed (see [readme-qt](readme-qt.md)).
|
||||
Please make sure you have both **ECL 23.9.9** and either **Qt5.15** or **Qt6**
|
||||
installed (see [readme-qt](readme-qt.md)).
|
||||
|
||||
```
|
||||
$ cd src/build
|
||||
|
|
|
|||
|
|
@ -41,10 +41,10 @@ Build cross-compiled ECL for android
|
|||
------------------------------------
|
||||
|
||||
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
|
||||
`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/)
|
||||
to `~/ecl/android/`
|
||||
* run both scripts in order
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ immediately in your current terminal session.)
|
|||
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()`.
|
||||
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
|
||||
`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/)
|
||||
to `~/ecl/ios/`
|
||||
* run first script
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue