summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-09-07 12:09:25 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2017-09-08 18:11:29 +0200
commit1079893be5593268eff0867be87b0291546d88c7 (patch)
treed100ac282d5cfbb0770a53ebfa7799a4666d780a /README.md
parent687fdc5750ac756f157c663197b998eb471612ef (diff)
Document baselines
Change-Id: I32c8b027abec13805fcb4fc244c7eca00e0c6fee Reviewed-on: https://gerrit.libreoffice.org/42072 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
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