libreoffice-online/gtk
Jan Holesovsky f76b36193d android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.
Change-Id: I5f9c9420b6c83601db1c8fdba4ae5a10b17b2107
2019-02-12 12:20:11 +01:00
..
gtk.hpp Build the GTK+ testbed app using autofoo 2018-10-17 11:00:28 +03:00
Makefile.am android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability. 2019-02-12 12:20:11 +01:00
mobile.cpp cleanup and simplify. 2018-11-02 16:19:54 +00:00
README Disable SSL when configuring for mobile. 2018-11-01 21:23:08 +00:00

This is a GTK+ Webkit app that is intended to work similarly enough to
the iOS app being developed in the "Mobile" folder that (some kinds
of) problems in that also show up in this app, and can be investigated
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 --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.