configure.ac | 2 +- gtk/README | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-)
New commits: commit 61e0d729823a05804ca343358c50494887447bcb Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Wed Oct 17 23:44:59 2018 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Wed Oct 17 23:44:59 2018 +0300 Move framed.doc.html so that it doesn't get removed by 'make clean' diff --git a/loleaflet/dist/framed.doc.html b/loleaflet/html/framed.doc.html similarity index 100% rename from loleaflet/dist/framed.doc.html rename to loleaflet/html/framed.doc.html commit 89c87542259d5ae6f57dae2845f6e87e54241a11 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Wed Oct 17 23:39:08 2018 +0300 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Wed Oct 17 23:44:21 2018 +0300 Add gtk/README diff --git a/configure.ac b/configure.ac index eb28d7a1c..872a17145 100644 --- a/configure.ac +++ b/configure.ac @@ -69,7 +69,7 @@ AC_ARG_ENABLE([gtkapp], AS_HELP_STRING([--enable-gtkapp], [Use in a tree where the only purpose is to build the gtk+ "app" that is supposed to work similarly to the iOS app, from the JavaScript and the pseudo WebSocket - message plumbing point of view.])) + message plumbing point of view. See gtk/README.])) AC_ARG_ENABLE([seccomp], AS_HELP_STRING([--disable-seccomp], diff --git a/gtk/README b/gtk/README new file mode 100644 index 000000000..af15ed282 --- /dev/null +++ b/gtk/README @@ -0,0 +1,19 @@ +This is a GTK+ Webkit app that is intended to work siilar enough to +the iOS app that problems in that also show up in this app, and can be +fixed by people with no Mac or iOS device. + +How to build this: + +Use a separate tree of "online". Do NOT use one where you build a +normal Online. + +Run autogen.sh, then configure: + +./configure --disable-ssl --enable-gtkapp --with-lo-path=/home/tml/lo/cp-6.0/instdir --with-lokit-path=/home/tml/lo/cp-6.0/include + +Obviously, adjust the path to your LibreOffice build tree as necessary. + +Then make. + +You will get the gtk/mobile executable. Run it. Debug it. Fix it. + _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits