summaryrefslogtreecommitdiff
path: root/README
blob: 8a349b7d53be2e8f6a1e761625234ef8c9973b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Apache OpenOffice (AOO)
=======================

    The Apache OpenOffice project provides a full featured office productivity suite
    based on open standards. It is the continuation of the OpenOffice.org project.
    
    For detailed information about Apache OpenOffice please visit 
    http://incubator.apache.org/openofficeorg/

    Apache OpenOffice is a very large project with many components and mainly 
    implemented in C++ but also in Java, Python and other languages.

    Currently supported platforms include:

        UNIX variants
        Windows
        Mac OS X
        OS/2

    OpenOffice is used by millions of users worldwide and with more than 100 million
    downloads it is one of the most successful open source projects.

Getting the latest sources via Subversion
=========================================

    You can always checkout the latest source via subversion using the following
    command:

    svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk aoo

    For further information visit http://incubator.apache.org/openofficeorg/source.html

Building Apache OpenOffice
===========================

    Apache OpenOffice is a big project and depends on several other external libraries.
    The list of prerequisites varies for the different platforms. 

    A comprehensive and complete building guide can be found in the project wiki under

    http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide

    The complete list of prerequisites is documented at

    http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Build_Requirements

    and platform specific guides for

    Windows: 
        http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
    Linux: 
        http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux
    Mac OS X: 
        http://wiki.services.openoffice.org/wiki/MacOSXBuildInstructions
    Solaris: 
        http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Solaris

    With having all prerequisites in place you can simply run

    cd aoo/main
    autoconf
    ./configure <configure_switches>
    ./bootstrap
    cd instsetoo_native/util
    build --all

    The default build will produce a setup version (e.g. setup program on windows, dmg on Mac OS, 
    rpm and deb packages on Linux, pkg packages on Solaris) and an archived version. The output
    can be found in the <output> directory in instsetoo_native/<output_dir>/OpenOffice/...