revisions

This commit is contained in:
pls.153 2022-03-12 20:57:56 +01:00
parent 052d7c2a97
commit e562f18353
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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**
```