2018-10-17 15:50:15 -05:00
|
|
|
This is a GTK+ Webkit app that is intended to work similarly enough to
|
2019-04-19 04:07:25 -05:00
|
|
|
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
|
2019-04-23 02:10:11 -05:00
|
|
|
with no Android, Mac, or iOS device.
|
2018-10-17 15:39:08 -05:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2018-11-01 16:20:15 -05:00
|
|
|
./configure --enable-gtkapp --with-lo-path=/home/tml/lo/master/instdir --with-lokit-path=/home/tml/lo/master/include
|
2018-10-17 15:39:08 -05:00
|
|
|
|
|
|
|
Obviously, adjust the path to your LibreOffice build tree as necessary.
|
|
|
|
|
|
|
|
Then make.
|
|
|
|
|
2022-11-24 05:33:20 -06:00
|
|
|
You will get the gtk/mobile executable. Run it for example like this:
|
2018-10-17 15:39:08 -05:00
|
|
|
|
2022-11-24 06:04:21 -06:00
|
|
|
gtk/mobile $PWD/test/data/hello-world.odt
|
2022-11-24 05:33:20 -06:00
|
|
|
|
|
|
|
Then, if it doesn't work, debug it and fix it.
|