README (c00e680a) README (d178f903)
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 https://openoffice.apache.org/

--- 33 unchanged lines hidden (view full) ---

42 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
43
44 With having all prerequisites in place you can simply run
45
46 cd aoo/main
47 autoconf
48 ./configure <configure_switches>
49 ./bootstrap
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 https://openoffice.apache.org/

--- 33 unchanged lines hidden (view full) ---

42 https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO
43
44 With having all prerequisites in place you can simply run
45
46 cd aoo/main
47 autoconf
48 ./configure <configure_switches>
49 ./bootstrap
50 source *.set.sh
50 source *.Set.sh
51 cd instsetoo_native
52 build --all
53
54 Note that building OpenOffice can take several hours.
55
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/...
51 cd instsetoo_native
52 build --all
53
54 Note that building OpenOffice can take several hours.
55
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/...