diff options
author | jan Iversen <jani@libreoffice.org> | 2017-10-04 08:30:33 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-10-04 08:43:32 +0200 |
commit | de05a4ff2091a82ad9fc541676b9e0bfae74a5da (patch) | |
tree | a40ce55e84c83812ab82f8cfe4bdbcc3a0d35e92 /ios/README | |
parent | 224db728733d1beb4709652ace948ff7d1f40f00 (diff) |
iOS, updated README
Change-Id: I3866599556a63beaf062207cfd9d537ab9f25785
Diffstat (limited to 'ios/README')
-rw-r--r-- | ios/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ios/README b/ios/README index ef5155133c54..d00b67e31f58 100644 --- a/ios/README +++ b/ios/README @@ -1,9 +1,9 @@ -iOS experimental app and LibreOfficeKit. +iOS app and LibreOfficeKit. --- experiments/LibreOfficeKit +-- LibreOfficeKit prelink all LO libraries into one to facilitate easier linking --- experiments/LibreOfficeLight +-- LibreOfficeLight a swift based UI, very much work in progress -- support @@ -47,9 +47,9 @@ Due to the multiple workdirs a distinct directory setup is needed ./ios-arm64, ./ios-arm64-debug, ./ios-simulator Correct as per above, add your local setup (e.g. location of tarballs) 2) run ../core/autogen.sh in ios-arm64, ios-arm64-debug and ios-simulator - this will generate ./*/ios/lo.xcconfig and prepare LO to be compiled 3) run make in ios-arm64, ios-arm64-debug and ios-simulator this will build LO is 3 configurations and store the LibreOfficeKit + including generate ./*/ios/lo.xcconfig which prepares LO to be compiled libraries in ./ios-app/libraries as: ./ios-app/Library/LibreOfficeKit-arm64.a ./ios-app/Library/LibreOfficeKit-arm64-debug.a |