summaryrefslogtreecommitdiff
path: root/README
blob: 833905f29987ebce8cb84a5a70d37a0a6848874d (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
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://openoffice.apache.org/

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

    Currently supported platforms include:

        Linux 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://openoffice.apache.org/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.openoffice.org/wiki/Documentation/Building_Guide_AOO

    With having all prerequisites in place you can simply run

    cd aoo/main
    autoconf
    ./configure <configure_switches>
    ./bootstrap
    source *.set.sh
    cd instsetoo_native
    build --all

    Note that building OpenOffice can take several hours.

    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/...
& not errinf.hxxChris Sherlock 2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin 2017-02-07Related: tdf#105371 we can do this with a sizegroupCaolán McNamara 2017-02-03tdf#105371, tdf#99456 Alignment in find & replace dialogheiko tietze 2016-11-25convert MODIFY constants to o3tl::typed_flagsNoel Grandin 2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13chmod 644 some source filesStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-23convert SearchLabel to scoped enumNoel Grandin 2016-07-25new loplugin overrideparamNoel Grandin 2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli 2016-04-04tdf#98417, tdf#98539: DIALOG: Improvements to the Find & Replace dialog.Akshay Deep 2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin 2016-02-26add Wildcards to Find&Replace dialogEike Rathke 2015-11-25loplugin:unusedfields in include/svxNoel Grandin 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis 2015-10-16convert Link<> to typedNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-09-24convert Link<> to typedNoel Grandin 2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin 2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin 2015-05-10related tdf#88608: find: add string for reaching start of documentJoren De Cuyper 2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks