diff options
author | Christoph Willing <chris.willing@linux.com> | 2016-02-06 00:35:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-06 03:36:46 +0700 |
commit | 235aeb87a8be538d5d9d31c6364266cbb8f1005e (patch) | |
tree | ddc177aed7a51ae4464dcf2e28a729d59cc52f17 /office/LibreOffice/README | |
parent | e4b2adda9d549323cfc7a1bbb6a29b4147189c87 (diff) |
office/LibreOffice: Fix Build on x86.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/LibreOffice/README')
-rw-r--r-- | office/LibreOffice/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/office/LibreOffice/README b/office/LibreOffice/README index 42f1f98b9698..1a73fb276c1d 100644 --- a/office/LibreOffice/README +++ b/office/LibreOffice/README @@ -6,4 +6,10 @@ application, Impress, the presentation engine, Draw, our drawing and flowcharting application, Base, our database and database frontend, and Math for editing mathematics. -This SlackBuild builds the entire project from its source code. +This SlackBuild builds the entire project from its source code. In seeking a +fully functional LibreOffice, most optional features are included by default. +Build time environment variables that may set to vary features are as follows. +1. enable (disabled by default) the experimental VLC avmedia backend with: + VLC="yes" +2. disable (enabled by default) use of avahi with: + AVAHI="no" |