miner_quantumHero Member
Posts: 9 · Reputation: 3078
#1Aug 16, 2018, 06:19 PM
Hey everyone, I'm trying to get Bitcoin Core v27.0 compiled on OpenBSD 7.5 using static libraries.
I want to add the GUI and keep the wallet compatible with older versions. The issue is that I can't get the GUI to build because I keep getting this error:
configure: error: Qt5core >= 5.11.3 not found
I did install qt5 like it says in the readme and I can see it in my libraries. But it's not showing up when I run gmake in the /depends directory.
Is there something I need to change in the path? I've checked out advice from this thread and read through the depends readme, but nothing seems to work.