README (9aec0220) | README (225906d5) |
---|---|
1 2Apache OpenOffice (AOO) 3======================= 4 5 The Apache OpenOffice project provides a full featured office productivity suite 6 based on open standards. It is the continuation of the OpenOffice.org project. 7 8 For detailed information about Apache OpenOffice please visit --- 34 unchanged lines hidden (view full) --- 43 https://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 | 1 2Apache OpenOffice (AOO) 3======================= 4 5 The Apache OpenOffice project provides a full featured office productivity suite 6 based on open standards. It is the continuation of the OpenOffice.org project. 7 8 For detailed information about Apache OpenOffice please visit --- 34 unchanged lines hidden (view full) --- 43 https://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 | 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 macOS, 58 rpm and deb packages on Linux) and an archived version. The output can be found in the 59 <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/... 60 61$HeadURL$ | 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 macOS, 58 rpm and deb packages on Linux) and an archived version. The output can be found in the 59 <output> directory in instsetoo_native/<output_dir>/Apache_OpenOffice/... 60 61$HeadURL$ |