diff --git a/README-0-IOS.md b/README-0-IOS.md index 055dad7..c4406fb 100644 --- a/README-0-IOS.md +++ b/README-0-IOS.md @@ -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: