Jan Holesovsky 6d78c490b0 Get rid of GRADIENT_* defines, they conflict with Windows GDI types.
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
2012-06-12 16:31:43 +02:00
2012-06-11 17:22:31 +01: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-12 13:35:49 +01:00
2012-06-01 01:04:50 +09:00
2012-06-06 23:05:59 +09:00
2012-06-02 19:43:57 -05:00
2012-06-12 13:35:49 +01:00
2012-06-06 23:05:59 +09:00
2012-05-31 22:03:22 -05:00
2012-06-02 17:57:18 -05: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-11 15:17:29 +02:00
2012-06-12 14:35:27 +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-12 14:56:28 +01: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-02 16:48:35 -05:00
2012-06-02 16:48:36 -05:00
2012-06-11 15:19:36 +02: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-12 14:16:45 +09:00
2012-06-12 13:50:51 +03:00
2012-06-12 14:16:45 +09:00
2012-06-12 15:10:53 +01:00
2012-05-29 07:24:42 +02:00
2012-06-12 14:16:45 +09:00
2012-06-12 14:16:45 +09:00
2012-06-11 09:54:15 +02:00
2012-06-07 21:54:18 +03: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-05-29 07:35:19 +02:00
2012-06-11 14:46:44 +01: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%