Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: myapple on December 19, 2017, 06:36:06 PM



Title: Question for compile Windows version wallet
Post by: myapple on December 19, 2017, 06:36:06 PM
I compiled Windows 64 bit version of bitcoin wallet but where can I find the exe file after I compile
I compiled based on Windows 64 bit
https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md

after I run
make HOST=x86_64-w64-mingw32

cd ..

./autogen.sh # not required when building from tarball

CONFIG_SITE=$PWD/depends/x86_64-w64-mingw32/share/config.site ./configure --prefix=/

make

I compiled but where is the wallet version with interface?I cannot find the released folder
I mean the Windows version with interface
After I compile I cannot find it on Ubuntu server

Under arc there is bitcoind and bitcoin-cli
Where is the exe version which can run under Windows


Title: Re: Question for compile Windows version wallet
Post by: myapple on December 20, 2017, 06:03:39 AM
any news


Title: Re: Question for compile Windows version wallet
Post by: myapple on December 20, 2017, 06:05:09 AM
it looks like the compiled result is not a exe file and not in release folder