-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to apply for demand for a linux version #1
Comments
There is this https://twitter.com/dal000/status/1344630316015755265?s=19 not sure about the current status |
If you want it to look for dfu-util in PATH edit this line https://github.com/pine64/pinecil-firmware-updater/blob/master/flashingthread.cpp#L58 and change it to
|
fyi, the correct way to handle unix/linux addition of libusb is to add the following line into the qmake pro file ( pinecil_firmware_updater.pro ) and then regenerate makefile.
line 37-ish is the approximate place for it. |
It'd be nice if that line to qmake could be added officially, and perhaps a small document on these steps could be made... If there's interest, I can give it a try (are PR's accepted?) |
@canihavesomecoffee PRs are always welcomed 😊 |
the compile instructions didnt work on two different linux systems. one being PopOS 20.10 and the other being opensuse leap. The error happens when executing make and is the same on both systems. Opensuse Leap 15.2
|
@Mirppc Which version of Qt are you using? errorOccurred was introduced in Qt 5.15 (https://doc.qt.io/qt-5/qnetworkreply.html#errorOccurred) I.e.
|
Pop OS 20.10 QMake version 3.1
Using Qt version 5.14.2 in /usr/lib/x86_64-linux-gnu Opensuse Leap 15.2
|
The build problem above (with older Qt) has now been fixed. |
Just wanted to make sure you know that a linux version of the updater would be highly appreciated.
Thanks for your work.
The text was updated successfully, but these errors were encountered: