103f9c50eSpfg$HeadURL$ 203f9c50eSpfg 389f3b5ecSHerbert DürrApache OpenOffice (AOO) 4cccf2bc7SJürgen Schmidt======================= 5cccf2bc7SJürgen Schmidt 65e05a6ffSHerbert Dürr The Apache OpenOffice project provides a full featured office productivity suite 7a4309db7SHerbert Dürr based on open standards. It is the continuation of the OpenOffice.org project. 85e05a6ffSHerbert Dürr 9cccf2bc7SJürgen Schmidt For detailed information about Apache OpenOffice please visit 10bf121af8SHerbert Dürr http://openoffice.apache.org/ 11cccf2bc7SJürgen Schmidt 12cccf2bc7SJürgen Schmidt Apache OpenOffice is a very large project with many components and mainly 136d64d62fSAndre Fischer implemented in C++ but also in Java, Perl, Python and other languages. 14cccf2bc7SJürgen Schmidt 15cccf2bc7SJürgen Schmidt Currently supported platforms include: 16cccf2bc7SJürgen Schmidt 17*93b78cf9SPedro Giffuni Microsoft Windows 186d64d62fSAndre Fischer Linux variants 19*93b78cf9SPedro Giffuni FreeBSD 20cccf2bc7SJürgen Schmidt Mac OS X 21cccf2bc7SJürgen Schmidt OS/2 22cccf2bc7SJürgen Schmidt 235e05a6ffSHerbert Dürr OpenOffice is used by millions of users worldwide and with more than 100 million 24cccf2bc7SJürgen Schmidt downloads it is one of the most successful open source projects. 25cccf2bc7SJürgen Schmidt 265e05a6ffSHerbert DürrGetting the latest sources via Subversion 27cccf2bc7SJürgen Schmidt========================================= 28cccf2bc7SJürgen Schmidt 2989f3b5ecSHerbert Dürr You can always checkout the latest source via subversion using the following 30cccf2bc7SJürgen Schmidt command: 31cccf2bc7SJürgen Schmidt 32c4d5573cSpfg svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo 33cccf2bc7SJürgen Schmidt 34bf121af8SHerbert Dürr For further information visit http://openoffice.apache.org/source.html 35cccf2bc7SJürgen Schmidt 36cccf2bc7SJürgen SchmidtBuilding Apache OpenOffice 37cccf2bc7SJürgen Schmidt=========================== 38cccf2bc7SJürgen Schmidt 395e05a6ffSHerbert Dürr Apache OpenOffice is a big project and depends on several other external libraries. 405e05a6ffSHerbert Dürr The list of prerequisites varies for the different platforms. 41cccf2bc7SJürgen Schmidt 425e05a6ffSHerbert Dürr A comprehensive and complete building guide can be found in the project wiki under 43cccf2bc7SJürgen Schmidt 446d64d62fSAndre Fischer http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO 45cccf2bc7SJürgen Schmidt 46cccf2bc7SJürgen Schmidt With having all prerequisites in place you can simply run 47cccf2bc7SJürgen Schmidt 4889f3b5ecSHerbert Dürr cd aoo/main 495e05a6ffSHerbert Dürr autoconf 50cccf2bc7SJürgen Schmidt ./configure <configure_switches> 51cccf2bc7SJürgen Schmidt ./bootstrap 526d64d62fSAndre Fischer source *.set.sh 536d64d62fSAndre Fischer cd instsetoo_native 545e05a6ffSHerbert Dürr build --all 55cccf2bc7SJürgen Schmidt 566d64d62fSAndre Fischer Note that building OpenOffice can take several hours. 576d64d62fSAndre Fischer 58cccf2bc7SJürgen Schmidt The default build will produce a setup version (e.g. setup program on windows, dmg on Mac OS, 59cccf2bc7SJürgen Schmidt rpm and deb packages on Linux, pkg packages on Solaris) and an archived version. The output 605b4810c3Sjim can be found in the <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/... 61