Norbert Thiebaud 1b61693a15 Enough with that...
peter's gbuildifications caused and ocean of red, that
1/ was not followed up by any attempt by the author to fix
2/ I wasted a good part of the weekend to de-entangle with
only partial sucess

reverting the whole mess for now...
to be resubmited when a bit less borked...

This reverts commit c4c160a451.
This reverts commit faef2e51d0.
This reverts commit 057ce1fe29.
This reverts commit a7d34af344.
This reverts commit befae0ceb8.
This reverts commit 433b43bcd2.
This reverts commit 93e2c4a9d2.
2012-11-04 16:33:21 -06:00
2012-09-26 13:28:30 +02:00
2012-11-04 11:12:48 +01:00
2012-10-31 19:11:35 +01:00
2012-10-10 09:00:51 +00:00
2012-10-29 16:33:27 +00:00
2012-11-02 00:20:56 +00:00
2012-11-03 09:32:54 +02:00
2012-10-31 19:11:35 +01:00
2012-10-26 14:02:39 +02:00
2012-10-31 19:11:35 +01:00
2012-11-03 17:20:43 +00:00
2012-10-31 18:27:36 +01:00
2012-10-22 22:52:14 +02:00
2012-10-31 15:52:57 +00:00
2012-10-22 22:52:14 +02:00
2012-11-03 13:24:06 +01:00
2012-10-26 06:26:34 +02:00
2012-10-31 13:22:28 +01:00
2012-10-25 17:49:23 -04:00
2012-10-31 15:54:17 +00:00
2012-11-03 14:45:45 -04:00
2012-10-04 21:29:33 +02:00
2012-09-27 22:45:03 +02:00
2012-10-22 22:52:14 +02:00
2012-10-15 20:25:31 +02:00
2012-11-04 16:33:21 -06:00
2012-11-04 16:33:21 -06:00
2012-11-03 14:45:45 -04:00
2012-11-04 16:33:21 -06:00
2012-11-04 13:13:50 +01:00
2012-10-31 19:11:35 +01:00
2012-10-28 18:09:02 +00:00
2012-10-28 15:14:28 +01:00
2012-10-07 10:42:08 +02:00
2012-10-31 19:11:35 +01:00
2012-10-25 14:48:23 +02:00
2012-10-04 21:29:33 +02:00
2012-10-31 19:11:35 +01:00
2012-10-22 22:52:14 +02:00
2012-10-10 10:02:45 +01:00
2012-11-04 16:33:21 -06:00
2012-10-31 13:22:30 +01:00
2012-11-02 08:24:23 +00:00
2012-10-31 19:11:35 +01:00
2012-11-01 13:14:09 +00:00
2012-11-04 21:36:57 +01:00
2012-10-22 22:52:14 +02:00
2012-11-04 16:33:21 -06:00
2012-11-04 00:27:22 +01:00
2012-10-04 21:29:34 +02:00
2012-10-31 19:11:35 +01:00
2012-10-31 19:11:35 +01:00
2012-11-03 18:36:03 +01:00
2012-11-03 17:36:50 +01:00
2012-11-04 16:33:21 -06:00
2012-11-04 16:33:21 -06:00
2012-11-03 17:58:58 +01:00
2012-10-18 09:27:52 +02:00
2012-11-04 16:33:21 -06:00
2012-11-04 16:33:21 -06:00
2012-11-04 16:33:21 -06:00
2012-11-03 14:58:23 +02:00
2012-11-04 16:33:21 -06:00
2012-10-25 23:24:32 +02:00
2012-11-04 16:33:21 -06: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%