1$HeadURL$ 2 3Apache OpenOffice (AOO) 4======================= 5 6 The Apache OpenOffice project provides a full featured office productivity suite 7 based on open standards. It is the continuation of the OpenOffice.org project. 8 9 For detailed information about Apache OpenOffice please visit 10 http://openoffice.apache.org/ 11 12 Apache OpenOffice is a very large project with many components and mainly 13 implemented in C++ but also in Java, Perl, Python and other languages. 14 15 Currently supported platforms include: 16 17 Linux variants 18 Windows 19 Mac OS X 20 OS/2 21 22 OpenOffice is used by millions of users worldwide and with more than 100 million 23 downloads it is one of the most successful open source projects. 24 25Getting the latest sources via Subversion 26========================================= 27 28 You can always checkout the latest source via subversion using the following 29 command: 30 31 svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo 32 33 For further information visit http://openoffice.apache.org/source.html 34 35Building Apache OpenOffice 36=========================== 37 38 Apache OpenOffice is a big project and depends on several other external libraries. 39 The list of prerequisites varies for the different platforms. 40 41 A comprehensive and complete building guide can be found in the project wiki under 42 43 http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO 44 45 With having all prerequisites in place you can simply run 46 47 cd aoo/main 48 autoconf 49 ./configure <configure_switches> 50 ./bootstrap 51 source *.set.sh 52 cd instsetoo_native 53 build --all 54 55 Note that building OpenOffice can take several hours. 56 57 The default build will produce a setup version (e.g. setup program on windows, dmg on Mac OS, 58 rpm and deb packages on Linux, pkg packages on Solaris) and an archived version. The output 59 can be found in the <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/... 60