diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-08 11:17:22 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-08 11:18:15 +0000 |
commit | 1f63bd653cad40ec1d6aa111cc66959a93d120ce (patch) | |
tree | 3904dd69d0c84588194d0accdfd89c5a0c9d512d /distro-configs/README | |
parent | 849a2471bd649b252648fa4e43be91dab4d9bdc5 (diff) |
Add and expand more readme files for module documentation
Diffstat (limited to 'distro-configs/README')
-rw-r--r-- | distro-configs/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/distro-configs/README b/distro-configs/README new file mode 100644 index 000000000000..f22328fe804a --- /dev/null +++ b/distro-configs/README @@ -0,0 +1,14 @@ +Pre-canned distribution / platform configurations + +When the software is configured for a platform, since we run on so +many platforms, detecting the best sequence of configure options to +get it building is hard. + +Instead we have a text file containing the recommended (often the +distributed) version of these parameters, one per distribution or +significant platform. These are interpreted by autogen.sh and +eventually end up passed to configure. Thus: + +./autogen.sh --with-distro=LibreOfficeAndroid + +might build a version tweaked for Android. |