gml icon indicating copy to clipboard operation
gml copied to clipboard

good project,but build failed

Open gonboy opened this issue 5 years ago • 4 comments

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%

gonboy avatar Mar 11 '20 01:03 gonboy

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.

gonboy avatar Mar 11 '20 01:03 gonboy

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

gonboy avatar Mar 11 '20 01:03 gonboy

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

skaldesh avatar Mar 11 '20 08:03 skaldesh

@gonboy the samples are not up-to-date. We'll work on that once ready.

r0l1 avatar Apr 01 '20 16:04 r0l1