Tor Lillqvist cb59a80743 Untabify where appropriate
Some TABs had sneaked in again. The intent is that no TABs are used in
this file, except in the couple of makefiles embedded as "here
documents" where TABs must be used because that is what Make requires.

Change-Id: Ia72968ae69aafd7c484cf8d47f6a9b1cfb12d24d
2012-11-08 10:57:40 +02:00
2012-11-07 02:14:53 -06:00
2012-10-31 19:11:35 +01:00
2012-11-05 12:30:34 +00:00
2012-11-05 17:05:19 +00:00
2012-10-31 19:11:35 +01:00
2012-11-08 09:44:16 +01:00
2012-10-31 19:11:35 +01:00
2012-11-05 12:30:34 +00:00
2012-10-31 18:27:36 +01:00
2012-10-22 22:52:14 +02:00
2012-11-06 15:30:09 +01:00
2012-10-22 22:52:14 +02:00
2012-11-05 12:30:34 +00:00
2012-11-06 14:46:04 +01:00
2012-11-05 12:30:34 +00:00
2012-10-31 13:22:28 +01:00
2012-10-25 17:49:23 -04:00
2012-11-03 14:45:45 -04:00
2012-11-07 16:23:27 +01:00
2012-10-22 22:52:14 +02:00
2012-10-15 20:25:31 +02:00
2012-11-05 12:30:34 +00:00
2012-11-04 16:33:21 -06:00
2012-11-03 14:45:45 -04:00
2012-11-06 14:14:34 +00:00
2012-11-05 12:30:34 +00:00
2012-11-05 12:30:34 +00:00
2012-11-04 13:13:50 +01:00
2012-10-31 19:11:35 +01:00
2012-11-07 09:13:17 +01:00
2012-11-05 16:43:14 +01:00
2012-11-05 12:30:34 +00:00
2012-11-07 14:40:34 +00:00
2012-10-07 10:42:08 +02:00
2012-10-31 19:11:35 +01:00
2012-11-07 11:39:28 +01:00
2012-10-31 19:11:35 +01:00
2012-10-22 22:52:14 +02:00
2012-11-07 16:55:20 +01:00
2012-10-10 10:02:45 +01:00
2012-11-07 02:14:53 -06:00
2012-11-07 22:33:48 +00:00
2012-11-07 13:37:57 +01:00
2012-11-05 12:30:34 +00:00
2012-11-07 14:40:35 +00:00
2012-11-05 12:30:34 +00:00
2012-11-05 14:53:40 +02:00
2012-11-05 12:30:34 +00:00
2012-11-07 10:10:39 +01:00
2012-11-06 17:40:38 +01:00
2012-11-08 13:11:58 +09:00
2012-11-07 22:33:48 +00:00
2012-11-05 12:30:34 +00:00
2012-10-04 21:29:34 +02:00
2012-11-07 19:18:10 +01:00
2012-11-07 22:28:03 +00:00
2012-10-31 19:11:35 +01:00
2012-11-05 12:30:34 +00:00
2012-11-05 11:53:53 +00:00
2012-11-08 07:42:29 +01:00
2012-11-08 08:54:45 +02:00
2012-11-07 16:55:20 +01:00
2012-11-07 22:33:48 +00:00
2012-11-08 10:57:40 +02:00
2012-11-03 17:58:58 +01:00
2012-10-18 09:27:52 +02:00
2012-11-07 22:33:48 +00:00
2012-11-07 22:33:48 +00:00
2012-11-07 22:33:48 +00:00
2012-11-03 14:58:23 +02:00
2012-11-07 18:18:08 -05:00
2012-10-25 23:24:32 +02:00

Instructions to compile LO on Solaris with gcc

Disclaimer
----------
This is still work in progress
Compiling LO on Solaris with gcc is a work done by Lanedo ( www.lanedo.com )
Any inquiry could be sent to office-solaris@lanedo.com


Prerequisites
-------------

A working Oracle Solaris 11 installation


Installing Dependancies
-----------------------

sudo -s

pkg install git make gcc-45 autoconf autogen automake-110 gnu-m4

perl -MCPAN -e 'install Archive::Zip::Archive'

pkg install pkg:/system/header@0.5.11-0.175.0.0.0.2.1
pkg install pkg:/developer/gperf@3.0.3-0.175.0.0.0.2.537
pkg install pkg:/developer/parser/bison@2.3-0.175.0.0.0.2.537
pkg install pkg:/developer/lexer/flex@2.5.35-0.175.0.0.0.2.537
pkg install pkg:/developer/documentation-tool/doxygen@1.5.7.1-0.175.0.0.0.2.537


Compiling
---------

CC="gcc" CXX="g++" ./autogen.sh --with-num-cpus=2 --with-max-jobs=4 --without-junit --disable-mozilla --with-system-curl --without-help --disable-cups --without-java --with-system-cairo --with-lang= --disable-gconf --enable-gio --disable-gnome-vfs --disable-gstreamer --without-fonts --with-system-dicts --without-stlport --disable-mozilla --without-system-mozilla --disable-xmlsec --with-system-openssl

gmake


Description
LibreOffice mirror (not auto-updating).
Readme 1.9 GiB
Languages
C++ 82.4%
Java 5.3%
Rich Text Format 2.3%
PostScript 1.9%
Python 1.9%
Other 5.7%