filcuc / nimqml

Qt Qml bindings for the Nim programming language
Other
164 stars 20 forks source link

we really need a guide on how to setup and use this project in windows #50

Closed ghost closed 1 year ago

ghost commented 1 year ago

title

ghost commented 1 year ago

i found the solution, you must build Dotherside with visual studio using admin

cd /path/to/cloned/repo
mkdir build
cd build
cmake ..

then open the .sln in build via admin mode and then go build -> batch build and select all