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 on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools/com
AgeCommit message (Expand)Author
2015-10-25coverity#1326344 Infinite loop is deliberateCaolán McNamara
2015-10-14cid#1326679 DLS: Dead local storeNoel Grandin
2015-07-10ppc64: using a fp register also consumes a gp register slotCaolan McNamara
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-05java: remove some unused fieldsNoel Grandin
2014-11-27Remove dead dmake makefile.mkStephan Bergmann
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-03-10testtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann