Tor Lillqvist 65d17f83f7 Avoid misleading term "factory method", just say "function"
Change-Id: I35de0d7eedae5454001fad7e43c6697d9042a829
2012-06-11 09:26:51 +03:00
2012-05-08 09:34:27 +03:00
2012-06-06 00:59:23 +09:00
2012-06-02 18:45:53 -05:00
2012-06-06 22:41:07 +02:00
2012-06-07 08:03:22 +02:00
2012-06-01 01:04:50 +09:00
2012-06-01 01:04:50 +09:00
2012-05-22 18:21:18 +01:00
2012-06-06 23:05:59 +09:00
2012-06-08 23:35:56 -05:00
2012-06-02 19:43:57 -05:00
2012-06-06 23:05:59 +09:00
2012-05-31 22:03:22 -05:00
2012-04-30 14:00:34 +02:00
2012-06-02 17:57:18 -05:00
2012-06-10 19:29:06 +03:00
2012-05-31 19:18:45 -05:00
2012-06-05 16:09:58 +02:00
2012-06-09 04:57:58 +02:00
2012-06-09 04:57:58 +02:00
2012-05-29 07:24:57 +02:00
2012-06-04 23:26:57 +09:00
2012-06-01 06:30:58 -05:00
2012-06-09 00:10:56 +02:00
2012-05-31 14:46:36 +02:00
2012-06-07 23:03:11 +09:00
2012-06-02 13:45:57 -05:00
2012-06-11 08:01:22 +02:00
2012-06-04 23:26:57 +09:00
2012-06-02 16:48:34 -05:00
2012-06-01 09:41:49 -05:00
2012-06-07 23:03:11 +09:00
2012-06-09 04:57:58 +02:00
2012-06-02 16:48:35 -05:00
2012-06-10 00:56:06 +09:00
2012-06-02 16:48:36 -05:00
2012-06-10 00:56:06 +09:00
2012-06-10 19:29:06 +03:00
2012-06-10 00:56:06 +09:00
2012-06-01 09:41:49 -05:00
2012-06-10 00:56:06 +09:00
2012-06-10 00:56:06 +09:00
2012-06-09 04:57:58 +02:00
2012-05-28 11:47:45 -05:00
2012-06-09 05:54:42 +02:00
2012-05-29 07:24:42 +02:00
2012-05-26 16:15:07 +02:00
2012-06-10 19:29:06 +03:00
2012-06-07 21:54:18 +03:00
2012-06-08 16:37:34 -05:00
2012-05-20 16:28:54 +02:00
2012-06-04 23:26:57 +09:00
2012-06-01 09:41:48 -05:00
2012-05-14 14:34:10 +01:00
2012-06-05 14:18:40 +02:00
2012-03-23 08:46:37 +01:00
2012-04-08 01:05:52 +02:00
2012-05-29 07:35:19 +02:00
2012-04-12 20:21:28 +02:00
2012-06-08 21:04:41 +02:00
2012-06-07 17:59:05 +02:00
2012-05-02 11:07:42 +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%