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 'distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-08-05No need for extra uno commands for shape hyperlinksSamuel Mehrbrodt
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann
2021-07-15Fix UB calling operator<<(std::basic_ostream) with nullptrMike Kaganski
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-07-01tdf#142871 sw HTML export: avoid unwanted inner PNG for imagesMiklos Vajna
2021-06-10schema: update to ODF 1.3 OSMichael Stahl
2021-06-08chart2: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli
2021-06-08editengine-columns: Implement layoutMike Kaganski
2021-06-07sd: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli
2021-06-04sc: use XmlTestTools::registerOOXMLNamespaces()Xisco Fauli
2021-06-04test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-12getXPathNode may return nullptrMike Kaganski
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski
2021-03-26Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces()Miklos Vajna
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-09tdf#140674 sw change tracking: fix :emoji: replacementLászló Németh
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz
2021-02-24Fix typoAndrea Gelmini
2021-02-20loplugin:refcounting in testNoel
2021-02-17loplugin:referencecasting in test..toolkitNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann