nimqml/README.md

21 lines
540 B
Markdown
Raw Normal View History

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