[Libreoffice-commits] core.git: README.md

Jan-Marek Glogowski glogow at fbihome.de
Fri Sep 8 16:11:49 UTC 2017


 README.md |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

New commits:
commit 1079893be5593268eff0867be87b0291546d88c7
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date:   Thu Sep 7 12:09:25 2017 +0200

    Document baselines
    
    Change-Id: I32c8b027abec13805fcb4fc244c7eca00e0c6fee
    Reviewed-on: https://gerrit.libreoffice.org/42072
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>

diff --git a/README.md b/README.md
index b376110858e9..0c29c3ed06a9 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,33 @@ to compile and build your code, it avoids any arbitrary limitations of
 our scripting APIs, and in general is far more simple and intuitive -
 if you are a reasonably able C++ programmer.
 
+## The build chain and runtime baselines
+
+These are the current minimal operating system and compiler versions to
+run and compile LibreOffice, also used by the TDF builds:
+
+* Windows:
+ * Runtime: Windows 7
+ * Build: Cygwin + Visual Studio 2015 Update 3
+* macOS:
+ * Runtime: 10.9
+ * Build: 10.11 + Xcode 8
+* Linux:
+ * Runtime: RHEL 6 or CentOS 6
+ * Build: GCC 4.8.1 or Clang
+
+If you want to use Clang with the LibreOffice compiler plugins, the minimal
+version of Clang is 3.4. Since Xcode doesn't provide the compiler plugin
+headers, you have to compile your own Clang to use them on macOS.
+
+You can find the TDF configure switches in the distro-configs/ directory.
+
+To setup your initial build environment on Windows and macOS, we provide
+the LibreOffice Development Environment
+([LODE](https://wiki.documentfoundation.org/Development/lode)) scripts.
+
+For more information see the build instructions for your platform in the
+[TDF wiki](https://wiki.documentfoundation.org/Development).
 
 ## The important bits of code
 


More information about the Libreoffice-commits mailing list