I downloaded 2 repositories, bitcoin/bitcoin and sipa/bitcoin.
I can compile fine with bitcoin/bitcoin, but not sipa/bitcoin/
Here is the steps: ./autogen.sh ./configure
Here is the error message got form sipa/bitcoin: checking if qt should be enabled... configure: error: "qt support requested but qt could not be located. use --without-qt"
I am using online free licensed QT Creator. After I saw the error, I deleted QT Creator and reinstalled it.
I am using Mac OS 10.11.1.
any suggestion/comment is appreciated. thanks.