Update the install instructions

This commit is contained in:
Filippo Cucchetto 2014-12-29 15:46:00 +01:00
parent fcbc2662f0
commit 8f2626ff08
1 changed files with 12 additions and 0 deletions

12
README
View File

@ -18,6 +18,18 @@ Build Instructions:
3) cmake ..
4) make
-----------------------------------
Install Instructions:
For the C++ bridge:
1) Copy the libDOtherSide.so from the build dir
to your system lib i.e /usr/lib
For NimQml use the Nimble package manager:
1) Open a shell and navigate to the NimQml subdirectory
2) Type: nimble install
3) Now you can use it in your .nim files
-----------------------------------
Supported features:
- Creation of custom QObject and inject in a qml QtQuick view (both Nim and D)