bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
106 stars 40 forks source link

Update build-unix.md to ensure clang is installed when changing configure flag for compilation #377

Closed jpgaviria2 closed 7 months ago

jpgaviria2 commented 7 months ago

make sure clang is installed otherwise ./configure command will fail

Added a step to make sure clang is installed on the linux machine before using the ./configure command to use clang instead of gcc, clang is not listed as the dependencies needed for linux.

suggestion for improvement only as I spent some time troubleshooting and didn't realise this was the error, was trying to follow instructions to build android and the make apk would fail due to not having a clang.