From b6593c708802b5abacf836bdc6d81b569acbaf6c Mon Sep 17 00:00:00 2001 From: Erik Niemeyer Date: Mon, 17 Aug 2015 12:06:58 -0600 Subject: [PATCH] Updated README Signed-off-by: Erik Niemeyer --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index ff74f71f..9d017337 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ VMF allows developers to define and create metadata of any form, and about any r VMF embeds metadata within the host video file or video stream, so that no additional files are needed to store the metadata. VMF SDK is developed as a platform-independent C++ library. It is tested on the following operating system: -* MS Windows 7 and 8 -* GNU Linux (Ubuntu 12) +* MS Windows 7, 8, and 10 +* GNU Linux (Ubuntu 14) * Google Android 4.x VMF SDK and the samples code uses the following C++ 11 features: @@ -17,7 +17,7 @@ VMF SDK and the samples code uses the following C++ 11 features: * lambda expressions The following C++ compilers are known to compile the VMF code successfully: -* MS VC++ 2010 and newer +* MS VC++ 2013 and newer * Intel C++ compiler 12.1 and newer * GNU GCC 4.6 and newer