Author

Topic: if I use qt creator. Whether I can compile bitcoin qt wallet (Read 377 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
thanks
what is the name and location of the created exe file
The files will be src/bitcoind.exe, src/bitcoin-cli.exe, and src/qt/bitcoin-qt.exe (well a few others, but these three are the only ones that people actually care about).
member
Activity: 100
Merit: 11
thanks
what is the name and location of the created exe file
staff
Activity: 3458
Merit: 6793
Just writing some code
After I run the make on Ubuntu there is not an exe file,under src there is bitcoind bitcoin-cli
But how can I get the wallet with interface and run under Windows ?
Did you follow the documentation exactly (i.e. go into depends and build the dependencies)? Also, if you have built any part of Bitcoin Core before, you will need to use make clean before performing make.
member
Activity: 100
Merit: 11
Thanks
I compiled it but I cannot find the exe file
./autogen.sh # not required when building from tarball
CONFIG_SITE=$PWD/depends/i686-w64-mingw32/share/config.site ./configure --prefix=/
make

After I run the make on Ubuntu there is not an exe file,under src there is bitcoind bitcoin-cli
But how can I get the wallet with interface and run under Windows ?
staff
Activity: 3458
Merit: 6793
Just writing some code
Follow the instructions provided in the build-*.md files here: https://github.com/bitcoin/bitcoin/tree/master/doc, depending on your OS. You don't need to have qt creator in order to build Bitcoin Core (bitcoind or bitcoin-qt).
member
Activity: 100
Merit: 11
If I download the open source version of qt creator  whether I can use it to compile the bitcoin qt wallet?need some additional setting?
Jump to: