summaryrefslogtreecommitdiff
path: root/README.Solaris
blob: a9ad888ff7bb3bd26413d6bf6e6fbcde98229e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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 Dependencies
-----------------------

sudo -s

pkg install git make gcc-45 autoconf autogen automake-110 gnu-m4

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= --enable-gio --disable-gnome-vfs --disable-gstreamer --without-fonts --with-system-dicts --disable-mozilla --without-system-mozilla --disable-xmlsec --with-system-openssl

gmake


4cb36eb'>API CHANGE: remove com.sun.star.text.XTextEmbeddedObjectMichael Stahl 2012-11-30Remove deprecated and unused entries from /org.openoffice.SetupStephan Bergmann 2012-11-29API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl 2012-11-29chart2: replace use of deprecated UserDefinedAttributeSupplierMichael Stahl 2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens 2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann 2012-11-26API CHANGE: remove com.sun.star.document.XDocumentInfoMichael Stahl 2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl 2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz 2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl 2012-11-15improve junit test failure messages around CLSID.Michael Meeks 2012-11-14Clean up removal of binfilter tests from smoketestStephan Bergmann 2012-11-12add native XTextSearch / cppunit test framework.Michael Meeks 2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin 2012-10-15fdo#55997: Work around slight offset causing sc_unoapi failureStephan Bergmann 2012-09-27fdo#51304: Remove @author and more commented codeMarcos Paulo de Souza 2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-09-05remove some obsolete boilerplate Test.javaMichael Stahl 2012-09-05Java cleanup, make package name match folder nameNoel Grandin 2012-09-05Make it easier to use IDE with JavaNoel Grandin 2012-08-28Javadoc warnings - fix some tags and referencesNoel Grandin 2012-08-28Java cleanup - remove unused importsNoel Grandin 2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin 2012-08-20Java update - remove dead codeNoel Grandin 2012-08-20Java update - clean up some more @see and @link tagsNoel Grandin 2012-08-20Java update - cleanup javadoc @see tagsNoel Grandin 2012-08-20Java update - fix a bunch of javadoc warnings in @param tagsNoel Grandin 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet