nimqml/README.md
2017-07-06 22:31:50 +02:00

21 lines
541 B
Markdown

# NimQML
QML binding for the Nim programming language
## Requirements
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.6.3 or higher
* [Nim](http://nim-lang.org/) 0.17.0 or higher
## Build instructions
* Compile and Install [DOtherside](https://github.com/filcuc/DOtherSide) in your system PATH (i.e. /usr/lib)
* ```nimble install nimqml```
## Examples
The examples can be built by executing the following command
```
nimble build
```
## Documentation
The project documentation can be read [here](http://filcuc.github.io/nimqml/)