Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Snapshots builds are announced periodically on the Apache OpenOffice dev mailing list.

More frequent dev builds can be found in the Buildbot output area.

 

 

IMPORTANT: These The builds linked on this page are intended to be used for early final testing of release candidates by other community volunteers. They have no release quality and should not be installed in a production environment. Development snapshots can be Ongoing DEVELOPMENT builds (committed changes but not allocated to a specific release) and SNAPSHOT builds (consideration for release candidate) can be found in the Buildbot output area. DEVELOPMENT builds can be  unstable and are expected to have bugs.

...

The current SVN Revision Number of the repository is used to identify snapshots built from the Subversion Repository that is current as of that revision. The revision numbers are shown in the reporting of individual commits on the ooo-commits mailing list. The commits made between successive snapshots can also be determined by reviewing SVN logs, down to the revision history of individual source-code files.

NOTE: The provided unofficial development builds here should always be based on the same revision number to align and coordinate our early QA efforts. It is not intended to keep older builds at this time for reference.

Milestone 1 build for Apache OpenOffice 4.1.1

For the more adventurous there are automated nightly builds provided by the buildbots. They are bleeding edge and might not even work. Don't bother downloading nightly builds if you're unwilling to put up with problems. 

Anchor
AOOSnapshot
AOOSnapshot

Milestone 1 build for Apache OpenOffice 4.1.1 (based on the AOO410 branch, revision 1603804)

These builds are based on the latest SNAPSHOT tag. Currently only the languages that have a complete UI translation are supported and released but more languages will follow hopefully soon.

Apache OpenOffice 4.1.1 - Source Package
Apache OpenOffice 4.1.1 - full installation sets
Apache OpenOffice 4.1.1 - Patches (MSP)
Apache OpenOffice 4.1.1 - SDK
Apache OpenOffice 4.1.1 - language packs

An overview of fixed issues and the related commits can be found under fixed issues (since AOO 4.1.0).

...

Image Added

Image Added

Image Added

Anchor
AOOSnapshotSDK
AOOSnapshotSDK

Anchor
AOOSnapshotlanguagepacks
AOOSnapshotlanguagepacks

Anchor
buildflags
buildflags

Used build flags for development snapshots

MacOS

I prepare my source tree to have a fresh clean tree without any output. I update the sources to the revision number that we have agreed on and use the following switches to build the snapshots. I use pre-built versions of dmake and epm. And I use the pre-built mozilla libs.

Code Block
xml
xml
#!/bin/sh
### 4.1.2 Script:
### 4.1.2 Script: echo "### Configure"
### 4.1.2 Script: ./configure \
### 4.1.2 Script:              --with-build-version="$(date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)")" \
### 4.1.2 Script:              --enable-verbose \
### 4.1.2 Script:              --enable-category-b \
### 4.1.2 Script:              --enable-wiki-publisher \
### 4.1.2 Script:              --enable-bundled-dictionaries \
### 4.1.2 Script:              --without-stlport \
### 4.1.2 Script:              --with-dmake-path=/Users/jsc/dev/tools/bin/dmake \
### 4.1.2 Script:              --with-epm=/Users/jsc/dev/tools/bin/epm/epm \
### 4.1.2 Script:              --with-openldap \
### 4.1.2 Script:              --with-junit=/Users/jsc/dev/tools/junit/junit-4.11.jar \
### 4.1.2 Script:              --with-packager-list=/Users/jsc/dev/svn/aoo-build-pack.lst
### 4.1.2 Script:              --with-jdk-home=/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home \
### 4.1.2 Script:              --with-ant-home=/Users/jsc/dev/tools/apache-ant-1.9.3/dist \
### 4.1.2 Script:              --with-lang="kid ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"
### 4.1.2 Script:
### 4.1.2 Script:
#
# Build-script for AOO 4.1.x on OSX 10.12
#
# System Setup:
#  XCode 8.3.3 (Updated w/ https://github.com/devernay/xcodelegacy.git)
#
# Local Changes:
#   MacPorts:
#     o apache-ant (1.9.9)
#     o gnutar (1.29) (symlink gnutar to gtar)
#     o perl5 (perl5.22)
#     o p5-archive-*
#     o p5-lwp-*
#     o p5-xml-parser
#
#   Oracle JAVA 1.7 JDK
#
#   /usr/local:
#     o dmake
#         http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2
#         ./configure --prefix=/usr/local ; make install
#     o epm
#         http://www.msweet.org/files/project2/epm-4.3-source.tar.gz
#         $ ./configure --prefix=/usr/local ; make install
#
#     o openssl (1.0.2j)
#         https://www.openssl.org/source/openssl-1.0.2j.tar.gz
#         $ export MACOSX_DEPLOYMENT_TARGET=10.7
#         $ ./Configure darwin64-x86_64-cc no-shared --prefix=/usr/local --openssldir=/usr/local ; make install
#
#   Env:
#     LIBRARY_PATH=/usr/local/lib
#     C_INCLUDE_PATH=/usr/local/include
#     CPLUS_INCLUDE_PATH=/usr/local/include
#     MACOSX_DEPLOYMENT_TARGET=10.7
#     PATH=/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:.
#
#   Notes:
#     o openssl required for serf; we build non-shared so all
#       linkings are to the static libs
#
#     o JDK 1.7 seems to work better; and it's always best to
#       have just *one* version of te JDK installed.
#
if [ ! -d ../main -o ! -d sal ] ; then
	echo "CHDIR into AOO's main/ directory first!"
	exit 1
fi
if [ -z "$JAVA_HOME" ] ; then
	JAVA_HOME=$(/usr/libexec/java_home -v 1.7)
	export JAVA_HOME
	echo "Setting JAVA_HOME to $JAVA_HOME..."
fi
if [ -z "$ANT_HOME" ] ; then
	ANT_HOME=/usr/local/share/java/apache-ant
	export ANT_HOME
	echo "Setting ANT_HOME to $ANT_HOME..."
fi
if [ ! -e external/unowinreg/unowinreg.dll ] ; then
	echo "Downloading unowinreg.dll..."
	curl -o

...

Apache OpenOffice 4.1.1 Milestone 1 - Source Package

You can find a source release candidate based on the same revision built on branch AOO410 (revision r1603804). The related RAT scan output can be found under RAT scan result (not yet available).

All necessary information how to verify the signature or file hashes can be found here. Feedback is welcome on the ooo-dev mailing list.

See: Apache OpenOffice building guide and the build configure flags below.

...

Apache OpenOffice 4.1.1 Milestone 1 - full installation sets

Language

Windows Intel MSI

MacOS Intel

Linux Intel RPM

Linux Intel DEB

Linux x86-64 RPM

Linux x86-64 DEB

Asturian (ast)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Win_x86_install_ast.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_ast.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Bulgarian (bg)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Win_x86_install_bg.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_bg.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Czech (cs)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Win_x86_install_cs.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_cs.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

German (de)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Win_x86_install_de.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_de.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Danish (da)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Win_x86_install_da.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_da.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Greek (el)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Win_x86_install_el.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_el.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

English United Kingdom (en-GB)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Win_x86_install_en-GB.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_en-GB.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

English US (en-US)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Win_x86_install_en-US.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_en-US.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Spanish (es)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Win_x86_install_es.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_es.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Basque (eu)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Win_x86_install_eu.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_eu.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Finnish (fi)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Win_x86_install_fi.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_fi.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

French (fr)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Win_x86_install_fr.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_fr.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Scots Gaelic (gd)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Win_x86_install_gd.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_gd.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Galician (gl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Win_x86_install_gl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_gl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Hebrew (he)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Win_x86_install_he.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_he.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Hindi (hi)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Win_x86_install_hi.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_hi.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Hungarian (hu)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Win_x86_install_hu.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_hu.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Italian (it)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Win_x86_install_it.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_it.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Japanese (ja)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Win_x86_install_ja.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_ja.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Khmer (km)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Win_x86_install_km.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_km.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Korean (ko)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Win_x86_install_ko.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_ko.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Lithuanian (lt)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Win_x86_install_lt.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_lt.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Norwegian Bokmal (nb)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Win_x86_install_nb.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_nb.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Dutch (nl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Win_x86_install_nl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_nl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Polish (pl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Win_x86_install_pl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_pl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Portuguese (pt)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Win_x86_install_pt.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_pt.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Portuguese Brazil (pt-BR)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Win_x86_install_pt-BR.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_pt-BR.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Russian (ru)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Win_x86_install_ru.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_ru.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Slovak (sk)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Win_x86_install_sk.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_sk.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Slovenian (sl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Win_x86_install_sl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_sl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Serbian Cyrillic (sr)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Win_x86_install_sr.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_sr.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Swedish (sv)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Win_x86_install_sv.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_sv.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Tamil (ta)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Win_x86_install_ta.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_ta.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Thai (th)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Win_x86_install_th.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_th.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Turkish (tr)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Win_x86_install_tr.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_tr.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Vietnamese (vi)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Win_x86_install_vi.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_vi.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Chinese Simplified (zh-CN)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Win_x86_install_zh-CN.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_zh-CN.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Chinese Traditional (zh-TW)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Win_x86_install_zh-TW.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_MacOS_x86-64_install_zh-TW.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86_install-rpm_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86_install-deb_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86-64_install-rpm_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86-64_install-deb_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

...

Apache OpenOffice 4.1.1 Milestone 1 - Patches (MSP)

ATTENTION: Microsoft patch files (msp) for Apache OpenOffice are not yet official and should be used carefully. The msp files can be applied on an official AOO 4.0.1 version only and nothing else. And it is also important to know that for example the German msp can be applied on a German AOO 4.0.1 version only. We are planning to provide patches in the future officially but currently the feature is experimental and 4.1 is the first version where we provide msp files (experimental) to patch an existing AOO 4.0.1 version. But before we make it official we want to collect more feedback and experience. The upcoming AOO 4.1 version will be the first version that is prepared for future patches. 

 

Coming soon!

 

 

...

Apache OpenOffice 4.1.1 Milestone 1 - SDK

Language

Windows Intel MSI

MacOS Intel

Linux Intel RPM

Linux Intel DEB

Linux x86-64 RPM

Linux x86-64 DEB

English (en-US)

Wiki Markup
{highlight:green}[SDK|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Win_x86_install_en-US.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[SDK|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_MacOS_x86-64_install_en-US.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[SDK|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-rpm_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[SDK|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86_install-deb_en-US.tar.gz]{highlight}

(ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[SDK|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-rpm_en-US.tar.gz]{highlight}

(ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[SDK|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/SDK/Apache_OpenOffice-SDK_4.1.1_Linux_x86-64_install-deb_en-US.tar.gz]{highlight}

(ASC,MD5,SHA256)

 

...

Apache OpenOffice 4.1.1 Milestone 1 - language packs

Language

Windows Intel MSI

MacOS Intel

Linux Intel RPM

Linux Intel DEB

Linux x86-64 RPM

Linux x86-64 DEB

Asturian (ast)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Win_x86_langpack_ast.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_ast.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ast/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_ast.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Bulgarian (bg)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Win_x86_langpack_bg.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_bg.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/bg/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_bg.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Czech (cs)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Win_x86_langpack_cs.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_cs.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/cs/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_cs.tar.gz]{highlight}

- (ASC,MD5,SHA256)

German (de)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Win_x86_langpack_de.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_de.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/de/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_de.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Danish (da)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Win_x86_langpack_da.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_da.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/da/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_da.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Greek (el)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Win_x86_langpack_el.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_el.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/el/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_el.tar.gz]{highlight}

- (ASC,MD5,SHA256)

English United Kingdom (en-GB)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Win_x86_langpack_en-GB.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_en-GB.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-GB/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_en-GB.tar.gz]{highlight}

- (ASC,MD5,SHA256)

English US (en-US)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Win_x86_langpack_en-US.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_en-US.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/en-US/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_en-US.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Spanish (es)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Win_x86_langpack_es.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_es.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/es/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_es.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Basque (eu)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Win_x86_langpack_eu.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_eu.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/eu/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_eu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Finnish (fi)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Win_x86_langpack_fi.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_fi.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fi/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_fi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

French (fr)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Win_x86_langpack_fr.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_fr.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/fr/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_fr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Scots Gaelic (gd)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Win_x86_langpack_gd.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_gd.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gd/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_gd.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Galician (gl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Win_x86_langpack_gl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_gl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/gl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_gl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Hebrew (he)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Win_x86_langpack_he.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_he.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/he/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_he.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Hindi (hi)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Win_x86_langpack_hi.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_hi.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hi/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_hi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Hungarian (hu)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Win_x86_langpack_hu.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_hu.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/hu/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_hu.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Italian (it)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Win_x86_langpack_it.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_it.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/it/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_it.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Japanese (ja)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Win_x86_langpack_ja.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_ja.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ja/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_ja.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Khmer (km)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Win_x86_langpack_km.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_km.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/km/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_km.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Korean (ko)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Win_x86_langpack_ko.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_ko.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ko/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_ko.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Lithuanian (lt)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Win_x86_langpack_lt.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_lt.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/lt/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_lt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Norwegian Bokmal (nb)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Win_x86_langpack_nb.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_nb.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nb/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_nb.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Dutch (nl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Win_x86_langpack_nl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_nl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/nl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_nl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Polish (pl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Win_x86_langpack_pl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_pl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_pl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Portuguese (pt)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Win_x86_langpack_pt.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_pt.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_pt.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Portuguese Brazil (pt-BR)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Win_x86_langpack_pt-BR.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_pt-BR.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/pt-BR/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_pt-BR.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Russian (ru)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Win_x86_langpack_ru.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_ru.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ru/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_ru.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Slovak (sk)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Win_x86_langpack_sk.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_sk.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sk/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_sk.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Slovenian (sl)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Win_x86_langpack_sl.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_sl.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sl/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_sl.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Serbian Cyrillic (sr)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Win_x86_langpack_sr.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_sr.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sr/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_sr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Swedish (sv)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Win_x86_langpack_sv.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_sv.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/sv/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_sv.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Tamil (ta)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Win_x86_langpack_ta.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_ta.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/ta/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_ta.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Thai (th)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Win_x86_langpack_th.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_th.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/th/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_th.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Turkish (tr)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Win_x86_langpack_tr.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_tr.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/tr/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_tr.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Vietnamese (vi)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Win_x86_langpack_vi.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_vi.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/vi/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_vi.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Chinese Simplified (zh-CN)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Win_x86_langpack_zh-CN.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_zh-CN.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-CN/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_zh-CN.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Chinese Traditional (zh-TW)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Win_x86_langpack_zh-TW.exe]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_MacOS_x86-64_langpack_zh-TW.dmg]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86_langpack-rpm_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86_langpack-deb_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-rpm_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

Wiki Markup
{highlight:green}[M1|http://ci.apache.org/projects/openoffice/milestones/4.1.1-m1-r1603804/binaries/zh-TW/Apache_OpenOffice_4.1.1_Linux_x86-64_langpack-deb_zh-TW.tar.gz]{highlight}

- (ASC,MD5,SHA256)

...

Used build flags for development snapshots

MacOS

I prepare my source tree to have a fresh clean tree without any output. I update the sources to the revision number that we have agreed on and use the following switches to build the snapshots. I use pre-built versions of dmake and epm. Amd I use the pre-built mozilla libs.

Code Block
xmlxml
#! /bin/bash

echo "### checking for unowinreg.dll ... "
if [ ! -e  ./external/unowinreg/unowinreg.dll ]; then
    wget -O external/unowinreg/unowinreg.dll http://toolswww.openoffice.org/unowinreg_prebuild/680/unowinreg.dll
else
    echo "  unowinreg.dll found"
fi

echo "### autoconf ...tools/unowinreg_prebuild/680/unowinreg.dll
fi
LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl he hi hu it ja kid km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"
if [ ! -e configure -o configure./in -nt configure ] ; then
	echo "Running   autoconf
else
    rm ..."
	autoconf || exit 1
fi
./configure
    autoconf
fi

echo "### Configure"
./configure\
    --with-build-version="$(date +"%Y-%m-%d %H:%M:%S (%a, %d %b %Y)") - `uname -sm`" \
	--with-vendor="Apache OpenOffice Community Build" \
	--enable-verbose \
	--enablewith-verboseopenldap \
	--enable-category-b \
	--enable-wikibundled-publisherdictionaries \
	--enable-bundled-dictionaries --without-stlportwiki-publisher \
	--with-dmake-pathjunit="/Usersusr/jsclocal/devshare/tools/bin/dmake java/junit.jar" \
	--with-epm=/Users/jsc/dev/tools/bin/epm/epmjdk-home="$JAVA_HOME" \
	--with-langant-home="ast bg cs da de el en-GB en-US es eu fi fr gd gl hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"

./bootstrap

cd instsetoo_native/util

build --all -P4 -- -P4

Windows

I (Oliver, orw at apache.org) used a pre-built version of dmake and pre-buildt mozilla libraries (main/moz/zipped/). Additionally, I copied the following libraries and files into my clean and fresh source tree:

  • main/external/dbghelp/DbgHelp.Dll
  • main/external/gdiplus/gdiplus.dll
  • main/external/msvcp71/msvcr71.dll
  • main/external/msvcp80/msvcp80.dll
  • main/external/msvcp80/msvcr80.dll
  • main/external/msvcp90/Microsoft.VC90.CRT.manifest
  • main/external/msvcp90/msvcm90.dll
  • main/external/msvcp90/msvcp90.dll
  • main/external/msvcp90/msvcr90.dll
$ANT_HOME" \
	--with-epm=/usr/local/bin/epm \
	--with-dmake-path=/usr/local/bin/dmake \
	--without-stlport \
	--with-package-format="installed dmg" \
	--disable-systray \
	--with-alloc=system \
	--with-lang="${LANGS}"
./bootstrap || exit 1
source ./MacOSXX64Env.Set.sh || exit 1
cd instsetoo_native
time perl "$SOLARENV/bin/build.pl" --all -P2 -- -P2 || exit 1
cd util
dmake ooolanguagepack || exit 1
dmake sdkoo_en-US || exit 1
date "+Build ended at %H:%M:%S"

Windows

Since rev. 1296433 I have installed the DirectX SDK. Thus, DirectX is no longer disabled.
I had Visual Studio 2008 Professional installed (from MSDN subscription available for Apache committers). Thus, ALT and ActiveX are not disabled. Applying suggestions from issue 118821 also allows ATL and ActiveX with Visual Studio 2008 Express.

The relevant configure options which I am using are:

Code Block
--without-junit \
--enablewithout-category-bstlport \
--enable-win-withoutx64-stlportshellext \
--enable-bundledcategory-dictionariesb \
--disableenable-buildbundled-mozilladictionaries \
--with-mozilla-build=c:/mozilla-build \

...

Code Block
./configure   \
--with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname -sm`" \
--enable-verbose \
--enable-category-b \
--enable-crashdump=yes  \
--enable-wiki-publisher  \
--enable-opengl  \
--enable-dbus  \
--enable-gstreamer \
--with-package-format="rpm deb" \
--with-dmake-url=httphttps://dmake.apache-extras.org.codespot.comsourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \
--with-epm-url=httphttps://www.msweet.orgsourceforge.net/projects/oooextras.mirror/files/project2/epm-3.7-source.tar.gz \
--enable-bundled-dictionaries \
--without-junit \
--with-perl-home=$HOME/perl \
--with-ant-home=$HOME/src/apache-ant-1.8.3 \
--without-stlport \
--with-system-stdlibs \
--with-lang="ast bg ca ca-XV cs de da de el en-GB en-US es eu fi fr gd gl he hi hu it ja km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi zh-CN zh-TW"

...

I (Mouette Yang) build in the platform Solaris 10 u10 8/11 x86, and use SolarisStudio12.3 Compiler:http://www.oracle.com/technetwork/server-storage/solarisstudio/overview/index.html
Some need build environment tools is placed here:http://www.openfoundry.org/of/download_path/osscd/3.4.0m1_Rev1227012/BuildAOO-Env-GNUtools_solaris_i86pc.pkg
And need subverion subversion can be download in here:http://www.blastwave.org/

...