Tor Lillqvist ed95cdf4f2 No point with ODBC for Android or iOS
Sure, little point for them with the other stuff here in connectivity
either, but those parts at least compile. If/when I get back to
getting the --disable-database-connectivity thing to work, all of
conectivity will be bypassed for Android and iOS, of course.

Change-Id: I4eeeb9ccdf46fb2e1df8bf75aef63e17cbb97bbf
2012-10-07 07:59:12 +03:00
2012-09-26 13:28:30 +02:00
2012-10-01 14:05:03 -05:00
2012-10-02 13:17:31 +02:00
2012-10-01 21:54:58 +03:00
2012-09-26 13:15:14 +02:00
2012-10-07 02:03:06 +00:00
2012-10-04 21:29:32 +02:00
2012-10-04 21:29:32 +02:00
2012-10-03 18:24:40 +02:00
2012-10-05 14:37:49 +01:00
2012-10-06 15:06:38 +02:00
2012-10-06 15:06:34 +02:00
2012-10-04 11:36:33 +03:00
2012-09-30 15:10:22 +00:00
2012-10-06 22:35:58 +03:00
2012-10-06 22:14:21 +00:00
2012-09-12 10:16:33 +02:00
2012-09-29 01:18:59 +09:00
2012-10-03 14:20:05 +02:00
2012-10-04 21:29:33 +02:00
2012-10-04 21:29:33 +02:00
2012-09-15 23:33:31 +02:00
2012-09-27 22:45:03 +02:00
2012-10-02 11:31:38 +03:00
2012-10-04 21:29:33 +02:00
2012-10-07 01:57:38 +00:00
2012-09-21 09:31:13 +02:00
2012-09-25 05:42:18 +02:00
2012-09-12 21:59:06 +00:00
2012-10-06 22:13:03 +00:00
2012-09-14 14:18:48 +03:00
2012-10-03 15:04:57 +02:00
2012-09-24 00:37:47 -05:00
2012-10-02 17:57:17 +02:00
2012-10-06 17:14:16 +02:00
2012-10-04 21:29:33 +02:00
2012-10-02 11:46:15 +03:00
2012-10-04 21:29:34 +02:00
2012-10-05 13:01:52 +02:00
2012-10-04 21:29:33 +02:00
2012-10-04 21:29:34 +02:00
2012-10-02 11:46:16 +03:00
2012-09-22 08:15:42 +02:00
2012-10-02 21:51:51 +00:00
2012-10-04 21:29:34 +02:00
2012-10-06 09:23:38 +02:00
2012-10-02 12:15:41 +01:00
2012-10-03 18:24:40 +02:00
2012-10-05 14:37:49 +01:00
2012-10-03 18:22:21 +02:00
2012-10-05 10:11:06 +02:00
2012-10-04 21:29:35 +02:00
2012-10-06 22:35:58 +03:00
2012-10-07 09:54:01 +09:00
2012-10-03 18:24:40 +02:00
2012-10-05 19:01:14 +00:00
2012-10-04 21:29:34 +02:00
2012-09-29 02:43:28 -05:00
2012-10-04 20:16:37 +01:00
2012-09-29 15:07:42 +01:00
2012-09-29 11:08:18 +02:00
2012-10-01 16:05:06 -05:00
2012-10-04 14:42:52 +02:00
2012-10-02 13:02:38 +03:00
2012-10-04 21:29:34 +02:00
2012-10-04 21:29:35 +02:00
2012-09-26 11:46:56 +02:00
2012-08-29 11:22:50 +02:00
2012-10-07 02:03:06 +00:00
2012-10-05 19:01:14 +00:00
2012-10-05 16:38:24 +02:00
2012-10-07 01:56:38 +00:00
2012-09-10 14:29:53 +03:00
2012-09-10 16:22:21 +03:00
2012-10-03 18:24:40 +02:00
2012-10-06 17:14:16 +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%