Matteo Casalin e7037b2e7e Kill set_oenv remnants (by just renaming the required timestamp file)
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b
Reviewed-on: https://gerrit.libreoffice.org/1026
Tested-by: Tor Lillqvist <tml@iki.fi>
Reviewed-by: Tor Lillqvist <tml@iki.fi>
2012-11-11 08:05:14 +00:00
2012-11-07 02:14:53 -06:00
2012-10-31 19:11:35 +01:00
2012-11-09 07:58:02 +00:00
2012-11-05 12:30:34 +00:00
2012-10-31 19:11:35 +01:00
2012-11-09 17:45:26 +01:00
2012-10-31 19:11:35 +01:00
2012-11-05 12:30:34 +00:00
2012-11-08 15:09:11 +00:00
2012-10-31 18:27:36 +01:00
2012-11-09 07:58:02 +00: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-09 07:58:02 +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-10-22 22:52:14 +02:00
2012-10-15 20:25:31 +02:00
2012-11-10 09:53:26 -05:00
2012-11-09 08:25:55 -05:00
2012-11-10 19:54:29 +01:00
2012-11-09 14:58:12 +01:00
2012-11-10 08:57:06 -05:00
2012-11-10 12:37:09 +01:00
2012-11-06 14:14:34 +00:00
2012-11-05 12:30:34 +00:00
2012-11-08 21:04:16 +00:00
2012-11-04 13:13:50 +01:00
2012-10-31 19:11:35 +01:00
2012-11-05 16:43:14 +01:00
2012-11-05 12:30:34 +00:00
2012-11-09 21:30:55 +01: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-10 09:19:52 -05:00
2012-11-05 12:30:34 +00:00
2012-11-10 08:46:53 +01:00
2012-11-09 07:58:02 +00:00
2012-11-05 12:30:34 +00:00
2012-11-05 14:53:40 +02:00
2012-11-09 07:58:02 +00:00
2012-11-05 12:30:34 +00:00
2012-11-07 10:10:39 +01:00
2012-11-09 07:58:02 +00:00
2012-11-09 18:47:06 -05:00
2012-11-05 12:30:34 +00:00
2012-11-09 07:58:02 +00: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-09 14:55:20 +00:00
2012-11-07 16:55:20 +01:00
2012-11-09 07:58:02 +00:00
2012-11-09 07:58:02 +00:00
2012-11-09 18:47:06 -05:00
2012-11-08 21:04:16 +00:00
2012-11-03 14:58:23 +02:00
2012-10-25 23:24:32 +02:00
2012-11-09 07:58:02 +00: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%