good project,but build failed
This is a great project Can refer to the following project
https://github.com/go-qml/qml
https://github.com/go-qamel/qamel
But the documentation need the simplest example
1. What dependencies are needed
2. How to install
3. How it works
when I build
Win10 X64, to build
# pkg-config --cflags -- Qt5Core Qt5Qml Qt5Quick
pkg-config: exec: "pkg-config": executable file not found in %PATH%
I see the info.
Build Tags
static: run pkg-config with the static flag. Required for static Qt builds.
why need static Qt Builds, it's so sad.
example `signals_slots' then warning
build signals_slots: cannot load github.com/desertbit/gml/samples/signals_slots/api:
module github.com/desertbit/gml@latest found (v0.0.18),
but does not contain package github.com/desertbit/gml/samples/signals_slots/api
Hi @gonboy
But the documentation need the simplest example
You are right, this project is nowhere ready to be published. We need to do some work before anyone should actually use it. I will update the README accordingly.
Regarding your bug, we'll look into it
@gonboy the samples are not up-to-date. We'll work on that once ready.