libreoffice-online/gtk
Jan Holesovsky e170797710 gtkapp: Drop this warning, clang complains about it.
Change-Id: I4f6f27f28d55a6529eb89732a8562e6e27d376af
2019-04-19 11:07:31 +02:00
..
gtk.hpp Build the GTK+ testbed app using autofoo 2018-10-17 11:00:28 +03:00
Makefile.am gtkapp: Drop this warning, clang complains about it. 2019-04-19 11:07:31 +02:00
mobile.cpp Revert "android: Various fixes to make the sending from the core to JS..." 2019-02-20 00:38:16 +01:00
README Edits 2019-04-19 12:07:25 +03:00

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, oriOS 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.