README (72197743) README (cc229ab4)
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
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
9 http://openoffice.apache.org/
9 https://openoffice.apache.org/
10
11 Apache OpenOffice is a very large project with many components and mainly
12 implemented in C++ but also in Java, Perl, Python and other languages.
13
14 Currently supported platforms include:
15
16 Microsoft Windows
17 Linux variants

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

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
10
11 Apache OpenOffice is a very large project with many components and mainly
12 implemented in C++ but also in Java, Perl, Python and other languages.
13
14 Currently supported platforms include:
15
16 Microsoft Windows
17 Linux variants

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

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
33 For further information visit https://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
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
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
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
61$HeadURL$
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
61$HeadURL$