summaryrefslogtreecommitdiff
path: root/toolkit/doc/layout/README
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/doc/layout/README')
-rw-r--r--toolkit/doc/layout/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/toolkit/doc/layout/README b/toolkit/doc/layout/README
new file mode 100644
index 000000000000..d7ced3891273
--- /dev/null
+++ b/toolkit/doc/layout/README
@@ -0,0 +1,24 @@
+Layout engine for OpenOffice.org - Work in Progress
+
+Simple dialogs have been ported now: zoom and wordcount.
+
+New code lives in "layoutdialogs" CWS or ooo-build trunk.
+
+* Checkout layoutdialogs cws.
+
+* Configure using --enable-layout.
+
+* [d]make all
+
+* [d]make install DESTDIR=$(pwd)/ooo-layout/
+
+Integration into OOo:
+
+* After instaling, run
+
+ cd ooo-cvs/program
+ ./soffice.bin
+
+ Start a [Writer] document and choose View/Zoom or Extra/Word count.
+
+* Also See workben/layout/README. \ No newline at end of file