Bitcoin Forum
April 25, 2024, 12:01:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: if I use qt creator. Whether I can compile bitcoin qt wallet  (Read 358 times)
myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 20, 2017, 05:41:07 PM
 #1

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?
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714003316
Hero Member
*
Offline Offline

Posts: 1714003316

View Profile Personal Message (Offline)

Ignore
1714003316
Reply with quote  #2

1714003316
Report to moderator
1714003316
Hero Member
*
Offline Offline

Posts: 1714003316

View Profile Personal Message (Offline)

Ignore
1714003316
Reply with quote  #2

1714003316
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
December 20, 2017, 09:55:28 PM
 #2

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).

myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 21, 2017, 01:00:10 AM
 #3

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 ?
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
December 21, 2017, 01:04:11 AM
 #4

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.

myapple (OP)
Member
**
Offline Offline

Activity: 100
Merit: 11


View Profile
December 21, 2017, 07:29:16 AM
 #5

thanks
what is the name and location of the created exe file
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3374
Merit: 6535


Just writing some code


View Profile WWW
December 21, 2017, 04:48:18 PM
 #6

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).

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!