analogdevicesinc / adi-kuiper-imager

Other
6 stars 0 forks source link

Building Imager from Code: Update README.md #20

Closed HRosete closed 1 year ago

HRosete commented 2 years ago

Environment:

Describe the bug

Tried to build adi-kuiper-imager's master on Ubuntu 22.04 by following the instructions on README.md. While installing the dependencies, this error appeared:

E: Package 'qt5-default' has no installation candidate

To continue building, this library is bypassed by eliminating it from the list to be installed. I'm afraid this library is being used for the GUI, I'd like to ask if the README file must be updated.

To Reproduce

Steps to reproduce the behavior:

  1. Install the dependencies for adi-kuiper-imager from the instruction in the README file

Expected behavior

The installation must be smooth.

Logs

installing-kuiper-imager-dependencies.txt

kimpaller commented 1 year ago

Using package qtbase5-dev instead of qt5-default solved the problem. Ok to close the issue now.