Updated core
[LibreOffice.git] / distro-configs / README
blob50006fb9a8f4ebadd637d25e99cd6509964a9b6b
1 Pre-canned distribution configurations
3 These files are supposed to correspond to the options used when
4 creating the Document Foundation (or other "canonical") builds of
5 LibreOffice for various platforms. They are *not* supposed to
6 represent the "most useful" options for developers in general. On the
7 contrary, the intent is that just running ./autogen.sh without any
8 options at all should produce a buildable configuration for developers
9 with interest in working on the most commonly used parts of the code.
11 (Possibly the above is a misunderstanding, or maybe there never even
12 has been any clear consensus what situations these files actually are
13 intended for.)
15 The files contain sets of configuration parameters, and can be passed
16 on the autogen.sh command line thus:
18 ./autogen.sh --with-distro=LibreOfficeFoo
20 Contrary to the above, in the Android case the amount of parameters
21 you just must use is so large, that for convenience it is always
22 easiest to use the corresponding distro-configs file. This is a bug
23 and needs to be fixed; also configuring for Android should ideally use
24 sane (or the only possible) defaults and work fine wihout any
25 parameters at all.