mirror of
https://github.com/status-im/nimqml.git
synced 2025-02-23 20:08:12 +00:00
21 lines
583 B
Markdown
21 lines
583 B
Markdown
# NimQML
|
|
|
|
QML binding for the Nim programming language
|
|
|
|
## Requirements
|
|
* [DOtherside](https://github.com/filcuc/DOtherSide) 0.4.5 or higher
|
|
* [Nim](http://nim-lang.org/) 0.12.1 or higher
|
|
|
|
## 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
|
|
|
|
## Documentation
|
|
The project documentation can be read [here](http://filcuc.github.io/nimqml/)
|