mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
revisions
This commit is contained in:
parent
052d7c2a97
commit
e562f18353
2 changed files with 6 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ Cross-compile ECL
|
|||
-----------------
|
||||
|
||||
Next step is cross-compiling ECL. See
|
||||
[readne-prepare-android](readme-prepare-android.md).
|
||||
[readme-prepare-android](readme-prepare-android.md).
|
||||
|
||||
|
||||
Build LQML
|
||||
|
|
|
|||
|
|
@ -49,7 +49,11 @@ Build for iOS Simulator (optional)
|
|||
Note: only tested on **Intel**.
|
||||
|
||||
For this to work, you will need to upgrade your **gmp** library to the latest
|
||||
version (tested with gmp 6.2.1). Just substitute it in `src/gmp`.
|
||||
version (tested with gmp 6.2.1). Just substitute it in `src/gmp/`:
|
||||
|
||||
* download [gmp](https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz)
|
||||
|
||||
* extract it with `tar -xvf gmp-6.2.1.tar.xz` and replace the version in `src/gmp/`
|
||||
|
||||
* run second script again, passing **sim**
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue