collabora-online/gtk
Ashod Nakashian 85eaefd741 gtk: mobile: don't cleanup log when failing
Change-Id: Ibd8d3d65f5fffc0abbc410e3f265c3eea0af6c40
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2022-08-02 14:45:12 -04:00
..
Makefile.am rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
README gtk: fix typo 2019-04-23 09:10:18 +02:00
gtk.hpp rename: remaining lool->cool changes 2021-11-18 14:14:11 +01:00
mobile.cpp gtk: mobile: don't cleanup log when failing 2022-08-02 14:45:12 -04:00

README

This is a GTK+ Webkit app that is intended to work similarly enough to
the iOS app being developed in the "ios" folder, and the Android app
being developed in the "android" folder, that (some kinds of) problems
in them also show up in this app, and can be investigated by people
with no Android, 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 --enable-gtkapp --with-lo-path=/home/tml/lo/master/instdir --with-lokit-path=/home/tml/lo/master/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.