From ac51989b45e0fb57e3f43f0935529f6d6a4d477d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fauconnier?= Date: Thu, 29 Nov 2018 10:55:14 +0100 Subject: [PATCH] updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa7b7276..35623702 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenBoard OpenBoard is an open source cross-platform interactive white board application designed primarily for use in schools. It was originally forked from Open-Sankoré, which was itself based on Uniboard. -Supported platforms are Windows (7+), OS X (10.9+) and Linux (tested on Ubuntu 14.04 and 16.04). +Supported platforms are Windows (7+), OS X (10.9+) and Linux (tested on Ubuntu 16.04). ## Installing @@ -22,7 +22,7 @@ Alternatively, you can easily build OpenBoard with qmake and make: Compilers used are gcc (Linux), clang (OS X) and MSVC 2010 (Windows). Make sure that your version of Qt matches this, as it is not possible e.g to build OpenBoard with clang if Qt was built with gcc. ## Dependencies -The latest version (1.3) requires Qt 5.5. (While it has been shown to mostly work with Qt 5.2, we cannot guarantee compatibility with Qt versions other than 5.5.) +The latest version (1.5) requires Qt 5.5. (While it has been shown to mostly work with Qt 5.2, we cannot guarantee compatibility with Qt versions other than 5.5.) ### Qt 5.5 on Linux