Matúš Kukan ed0b160041 fix parallelism variables and let's have only --with-parallelism from now on
Rationale:
- it is advised to use max-jobs and num-cpus with the same value in wiki
- max-jobs was used only for lcms2 and few gbuild
  modules outside of tail_build anyway.

Also fixes:
- really use CHECK_PARALLELISM when meant to
- EXTMAXPROCESS is not defined in gbuild;
  use parent's jobservers in sub-make where possible

Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88
Reviewed-on: https://gerrit.libreoffice.org/930
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-30 20:34:03 +00:00
2012-10-16 11:28:26 -05:00
2012-10-10 09:00:51 +00:00
2012-10-29 16:33:27 +00:00
2012-10-27 13:46:50 -04:00
2012-10-26 14:02:39 +02:00
2012-10-30 10:52:36 +01:00
2012-10-22 22:52:14 +02:00
2012-10-22 22:52:14 +02:00
2012-10-28 18:09:02 +00:00
2012-10-26 06:26:34 +02:00
2012-10-25 23:24:32 +02:00
2012-10-25 17:49:23 -04:00
2012-10-30 20:19:19 +00:00
2012-10-04 21:29:33 +02:00
2012-10-22 22:52:14 +02:00
2012-10-15 20:25:31 +02:00
2012-10-09 21:34:49 +00: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-25 14:48:23 +02:00
2012-10-04 21:29:33 +02:00
2012-10-04 21:29:34 +02:00
2012-10-22 22:52:14 +02:00
2012-10-28 12:04:15 +00:00
2012-10-10 10:02:45 +01:00
2012-10-27 15:24:12 +02:00
2012-10-29 19:16:48 +04:00
2012-10-22 22:52:14 +02:00
2012-10-29 12:25:53 -04:00
2012-10-04 21:29:34 +02:00
2012-10-30 11:02:02 +01:00
2012-10-28 18:09:02 +00:00
2012-10-22 08:41:38 +02:00
2012-10-16 11:28:26 -05:00
g
2012-10-18 09:27:52 +02:00
2012-10-29 12:25:53 -04:00
2012-10-29 12:25:53 -04:00
2012-10-07 10:42:17 +02:00
2012-10-25 23:24:32 +02:00
2012-10-29 12:25:53 -04: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%