From de05a4ff2091a82ad9fc541676b9e0bfae74a5da Mon Sep 17 00:00:00 2001 From: jan Iversen <jani@libreoffice.org> Date: Wed, 4 Oct 2017 08:30:33 +0200 Subject: iOS, updated README Change-Id: I3866599556a63beaf062207cfd9d537ab9f25785 --- ios/README | 8 ++++---- 1 file 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 -- cgit