pine64 / pine64_updater

Application for updating PINE64 devices, such as Pinecil
Other
174 stars 11 forks source link

Build instructions #2

Closed OndroNR closed 2 years ago

OndroNR commented 3 years ago

This source code could use instructions or automated script to compose resulting tool. Mainly how to get zadic.exe and dfu-util.exe from origin.

gamelaster commented 3 years ago

dfu-util shouldn't be problem to compile, but I'm bit worried about zadic. It requires Windows SDKs and mainly Windows Driver SDK, I don't know how I would do that in CI. Also maybe libusb would be good to have here

krzysztofzawadzki commented 3 years ago

@gamelaster Are You able to share which version of QT and libusb You are using for building?

gamelaster commented 3 years ago

@krzysztofzawadzki Qt it's latest 5.x version, the libusb it's probably 1.0.23.

gamelaster commented 2 years ago

I think we can close this, since libdfu-util and libusb is built by CI (instructions are here), and same for PINE64 Updater. The zadic.exe although is still compiled by myself, but since there is #19 , which will replace zadic, after that I will add instructions for building the new library.