2015-09-14 23:38:02 +02:00
|
|
|
# NimQML
|
2014-12-29 15:56:33 +01:00
|
|
|
|
2015-09-14 23:38:02 +02:00
|
|
|
QML binding for the Nim programming language
|
2014-12-29 15:52:18 +01:00
|
|
|
|
2015-09-14 23:38:02 +02:00
|
|
|
## Requirements
|
|
|
|
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.4.5 or higher
|
2015-11-22 23:27:37 +01:00
|
|
|
* [Nim](http://nim-lang.org/) 0.12.1 or higher
|
2014-12-29 15:52:18 +01:00
|
|
|
|
2015-09-14 23:38:02 +02:00
|
|
|
## Build instructions
|
|
|
|
* Compile and Install DOtherside in your system PATH (i.e. /usr/lib)
|
|
|
|
* nimble install nimqml
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
* The examples can be built by executing the following command
|
|
|
|
* nimble compile -l:-lDOtherSide main.nim
|
|
|
|
|
|
|
|
This invokes the nim compiler asking to link the DOtherSide lib
|
2015-09-20 14:22:36 +02:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
The project documentation can be read [here](http://filcuc.github.io/nimqml/)
|