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
|
|
|
|
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.4.5 or higher
|
|
|
|
* [Nim](http://nim-lang.org/) 0.11.2 or higher
|
2014-12-29 14:52:18 +00:00
|
|
|
|
2015-09-14 21:38:02 +00: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
|