README (cb56c0d3) | README (564fee96) |
---|---|
1Apache OpenOffice (AOO) 2======================= 3 4 The Apache OpenOffice project provides a full featured office productivity suite 5 based on open standards. It is the continuation of the OpenOffice.org project. 6 7 For detailed information about Apache OpenOffice please visit | 1Apache OpenOffice (AOO) 2======================= 3 4 The Apache OpenOffice project provides a full featured office productivity suite 5 based on open standards. It is the continuation of the OpenOffice.org project. 6 7 For detailed information about Apache OpenOffice please visit |
8 http://openoffice.apache.org/ | 8 https://openoffice.apache.org/ |
9 10 Apache OpenOffice is a very large project with many components and mainly 11 implemented in C++ but also in Java, Perl, Python and other languages. 12 13 Currently supported platforms include: 14 | 9 10 Apache OpenOffice is a very large project with many components and mainly 11 implemented in C++ but also in Java, Perl, Python and other languages. 12 13 Currently supported platforms include: 14 |
15 Microsoft Windows 16 macOS (OS X) |
|
15 Linux variants | 17 Linux variants |
16 Windows 17 Mac OS X | 18 FreeBSD |
18 OS/2 19 20 OpenOffice is used by millions of users worldwide and with more than 275 million 21 downloads it is one of the most successful open source projects. 22 23Getting the latest sources via Git 24================================== 25 --- 21 unchanged lines hidden (view full) --- 47 ./configure <configure_switches> 48 ./bootstrap 49 source *.set.sh 50 cd instsetoo_native 51 build --all 52 53 Note that building OpenOffice can take several hours. 54 | 19 OS/2 20 21 OpenOffice is used by millions of users worldwide and with more than 275 million 22 downloads it is one of the most successful open source projects. 23 24Getting the latest sources via Git 25================================== 26 --- 21 unchanged lines hidden (view full) --- 48 ./configure <configure_switches> 49 ./bootstrap 50 source *.set.sh 51 cd instsetoo_native 52 build --all 53 54 Note that building OpenOffice can take several hours. 55 |
55 The default build will produce a setup version (e.g. setup program on windows, dmg on Mac OS, 56 rpm and deb packages on Linux, pkg packages on Solaris) and an archived version. The output 57 can be found in the <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/... | 56 The default build will produce a setup version (e.g. setup program on Windows, dmg on macOS, 57 rpm and deb packages on Linux) and an archived version. The output can be found in the 58 <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/... |