Updated readme and changelog

This commit is contained in:
filcuc 2015-07-12 13:05:37 +02:00
parent 0481ace828
commit 783df51c08
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,6 @@
# Version 0.4.2
* [DOtherSide] Code cleanup and little refactoring
* [NimQml] Made nim compiles with the "cpp" option by default. This should fix C/C++ interop problems
# Version 0.4.1
* [DQml] Added support for code generation of slots, signals and properties by using custom UDAs

View File

@ -19,9 +19,10 @@ Currently we support the following platforms/compilers:
You need the following software:
* Qt 5.3 or higher
* dmd 2.065 or higher
* gcc 4.8 or later with c++11 support (Linux) or higher
* Visual Studio 2013 Community Edition (Windows) or higher
* nim 0.10.3
* 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
* nim 0.10.3 or higher
## Build Instructions
1. Open a shell terminal inside the cloned repo