From e221021d4a37cd636317e91c863b57aa1da18c74 Mon Sep 17 00:00:00 2001 From: Filippo Cucchetto Date: Sun, 10 Apr 2016 14:27:41 +0200 Subject: [PATCH] Updated the readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 921214f..7e1b289 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The following features are implementable from a binding language * Creating custom QAbstractListModels * Creating custom properties, signals and slots * Creating from QML QObject defined in the binded language +* Creating from Singleton QML QObject defined in the binded language ## Prebuilt binaries Currently we provide the prebuilt binaries for the following @@ -27,14 +28,13 @@ The project change log can be read [here](./CHANGELOG.md). ## Supported platforms Currently we support the following platforms/compilers: - Linux both 32/64bit with gcc -- Windows 32/64bit with Visual Studio 2013 Community Edition +- Windows 32/64bit with Visual Studio 2013|2015 Community Edition ## Build requirements You need the following software: -* Qt 5.3 or higher +* Qt 5.4 or higher * Linux: gcc 4.8 or later with c++11 support or higher -* Windows: Visual Studio 2013 Community Edition (Windows) or higher -* Windows: MingGW 4.9.2 or higher +* Windows: Visual Studio 2013|2015 Community Edition (Windows) or higher ## Build instructions: 1. Open a shell terminal inside the cloned repo @@ -43,7 +43,7 @@ You need the following software: 4. make ## Install Instructions -Once you built the package just type +Once you built the package just type ``` make install ```