You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for Robocut! I'm still using it with a Craft Robo (very occasionally) and today I found out you have a new branch almost ready to merge. So I thought I'd build it. Ive checked out develop. The instructions say install qt6 and libusb-1.0, which I have done. And then run qmake and make.
It looks like I need to use qmake6, but when I do that, in the root of the repo, it doesn't do anything and prints its usage message:
Usage: qmake6 [mode] [options] [files]
QMake has two modes, one mode for generating project files based on
some heuristics, and the other for generating makefiles. Normally you
shouldn't need to specify a mode, as makefile generation is the default
mode for qmake, but you may use this to test qmake on an existing project
...
So what might I be missing here? Thanks
The text was updated successfully, but these errors were encountered:
Also I haven't worked on the develop branch for a while because IIRC it didn't actually cut successfully. I may have misremembered that though. If you could give it a go and let me know if it works that would be really helpful!
Thanks for a swift reply. I'm doing this on an ubuntu based pop-os machine. And it turns out (once I'd installed xkb which cmake told me I also needed) the system package for Qt6 I have is
[:~/dev/tools/robocut] develop(+1/-1)* 130 ± qmake6 --version
QMake version 3.1
Using Qt version 6.2.4 in /usr/lib/x86_64-linux-gnu
Hi Timmmm,
Thanks for Robocut! I'm still using it with a Craft Robo (very occasionally) and today I found out you have a new branch almost ready to merge. So I thought I'd build it. Ive checked out
develop
. The instructions say install qt6 and libusb-1.0, which I have done. And then runqmake
andmake
.It looks like I need to use
qmake6
, but when I do that, in the root of the repo, it doesn't do anything and prints its usage message:So what might I be missing here? Thanks
The text was updated successfully, but these errors were encountered: