diff options
author | David Somero <dsomero@hotmail.com> | 2010-08-17 15:31:07 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-18 14:01:18 -0500 |
commit | 28085bbb36f6e6461116382a86578f336d00a236 (patch) | |
tree | eb723fc6fa01a6c64c7e7ff49ac93fd009709e75 /office/go_openoffice/README | |
parent | b4df57c291d2745fd92b759df9caa97aed996f9c (diff) | |
download | slackbuilds-28085bbb36f6e6461116382a86578f336d00a236.tar.gz |
office/go_openoffice: Added (fork of OpenOffice.org)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/go_openoffice/README')
-rw-r--r-- | office/go_openoffice/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/office/go_openoffice/README b/office/go_openoffice/README new file mode 100644 index 0000000000..4ce89379ed --- /dev/null +++ b/office/go_openoffice/README @@ -0,0 +1,31 @@ +Go-oo is a fork of the OpenOffice.org Office Suite. + +Go-oo has built in OpenXML import filters and it will import your Microsoft +Works files. Compared with up-stream OO.o, it has better Microsoft binary +file support (with eg. fields support), and it will import WordPerfect +graphics beautifully. If you are reliant on Excel VBA macros - then Go-oo +offers the best macro fidelity too. If you expect your spreadsheets to +calculate compatibly, or you get embedded Visio diagrams in your documents, +you'll want Go-oo. + +NOTE: This build needs about 12 GB in $TMP and the source is about 430 MB +to download. It also takes hours to compile. This build is still a "work +in progress" - due to the long build time, it is very hard to QA test. + +NOTE2: Don't forget to source /etc/profile if you just installed jdk. In fact, +it is a good idea to do this after you use su and before you run any SlackBuild. + +This requires xulrunner, Archive-Zip, icu4c, apache-ant, and jdk from /extra in +Slackware. + +Optional requirements are avahi, openclipart, ORBit2, GConf, and gnome-vfs. + +Variables that can be passed to the SlackBuild script: +ARTPATH Path to openclipart; leave unset to disable. +NVIDIA=no Turns off an nvidia build work around. +LINGUAS_OOO Sets the languages to add. +PLUGIN=no Disable openoffice's mozilla plugin. +KDE=no Disable KDE4 UI. +GTK=no Disable GTK UI. +GNOME=yes Enables optional gnome bits. +MYCONF Used to pass extra configure options. |