mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-02-04 06:42:21 -08:00
update README-iOS
This commit is contained in:
parent
989d02bd06
commit
8f956890f2
1 changed files with 6 additions and 15 deletions
|
|
@ -8,25 +8,13 @@ It is assumed that you already installed `EQL5-iOS` and went through the
|
|||
|
||||
|
||||
|
||||
Desktop note
|
||||
------------
|
||||
Note
|
||||
----
|
||||
|
||||
This is basically like EQL5, but already prepared for building the libs for iOS,
|
||||
which means removed print support, and modules `network` and `quick` integrated
|
||||
statically (the other modules are not included and most probably never needed).
|
||||
|
||||
You may use this on your desktop too, in order to have the exact same EQL5 libs
|
||||
for developing the app on the desktop first. So, your desktop installation
|
||||
would be your "simulator".
|
||||
|
||||
To build the **desktop** version, just do (in `src/`):
|
||||
|
||||
```
|
||||
$ ecl -shell make.lisp
|
||||
$ qmake eql5_static.pro
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
|
||||
Build iOS libs
|
||||
|
|
@ -35,7 +23,7 @@ Build iOS libs
|
|||
**This is optional.**
|
||||
|
||||
If you don't want to use the already included EQL5 libs from `~/EQL5-iOS/lib/`
|
||||
(or you want to use a Qt version different from **5.12.**), just follow the
|
||||
(or you want to use a Qt version different from **5.13.**), just follow the
|
||||
below steps.
|
||||
|
||||
|
||||
|
|
@ -57,6 +45,9 @@ Cross-compile EQL5
|
|||
$ cd src
|
||||
```
|
||||
|
||||
First make sure that `xcode-select -p` points to the Xcode you want to use,
|
||||
something like: `/User/name/Downloads/Xcode.app/Contents/Developer`.
|
||||
|
||||
Edit file `ios-make.lisp` and adapt the path to your `EQL5-symbols.lisp`
|
||||
file (first line); then do:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue