cygnusxi / CurecoinSource

Curecoin 2.0+ Source Code
https://curecoin.net
MIT License
146 stars 57 forks source link

Linux compile fails because "Package qt5-default is not available" #74

Closed cameronlyman closed 1 year ago

cameronlyman commented 1 year ago

In order to compile for Linux you need qt5-default. However, qt5-default is no longer in the Debain bullseye repository. This means that the compile steps you have listed will not work. (The distro I was using was Ubuntu).

All of the workarounds I've tried to get this to work have failed.

cygnusxi commented 1 year ago

Updates for newer linux distros have been added, including updated instructions "If qt5-default gives this command an error, then remove it and optionally add qtbase5-dev for newer versions of Linux:" There is an update for SSL3, so you will want to clone the latest version of the CurecoinSource repo before compiling.