2015-09-14 21:38:02 +00:00
|
|
|
# NimQML
|
2014-12-29 14:56:33 +00:00
|
|
|
|
2015-09-14 21:38:02 +00:00
|
|
|
QML binding for the Nim programming language
|
2014-12-29 14:52:18 +00:00
|
|
|
|
2015-09-14 21:38:02 +00:00
|
|
|
## Requirements
|
2017-04-22 14:34:21 +00:00
|
|
|
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.6.3 or higher
|
2019-09-29 20:39:30 +00:00
|
|
|
* [Nim](http://nim-lang.org/) 1.0.0 or higher
|
2014-12-29 14:52:18 +00:00
|
|
|
|
2015-09-14 21:38:02 +00:00
|
|
|
## Build instructions
|
2016-04-10 16:24:44 +00:00
|
|
|
* Compile and Install [DOtherside](https://github.com/filcuc/DOtherSide) in your system PATH (i.e. /usr/lib)
|
|
|
|
* ```nimble install nimqml```
|
2015-09-14 21:38:02 +00:00
|
|
|
|
|
|
|
## Examples
|
2016-04-10 16:24:44 +00:00
|
|
|
The examples can be built by executing the following command
|
|
|
|
```
|
|
|
|
nimble build
|
|
|
|
```
|
2015-09-20 12:22:36 +00:00
|
|
|
|
|
|
|
## Documentation
|
|
|
|
The project documentation can be read [here](http://filcuc.github.io/nimqml/)
|