Add gtk/README

private/kendy/mobile
Tor Lillqvist 2018-10-17 23:39:08 +03:00
parent fc2023723e
commit 89c8754225
2 changed files with 20 additions and 1 deletions

View File

@ -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],

19
gtk/README 100644
View File

@ -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.