summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-10-17 23:39:08 +0300
committerTor Lillqvist <tml@collabora.com>2018-10-17 23:44:21 +0300
commit89c87542259d5ae6f57dae2845f6e87e54241a11 (patch)
tree11a2f7e30007e2a8090da37f303d6e77898c99a9 /gtk
parentfc2023723e9a9e9cb2afc9436ce5db652d390464 (diff)
Add gtk/README
Diffstat (limited to 'gtk')
-rw-r--r--gtk/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/gtk/README b/gtk/README
new file mode 100644
index 000000000..af15ed282
--- /dev/null
+++ b/gtk/README
@@ -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.
+