当前位置: 首页 > 工具软件 > Bitcoin-Qt > 使用案例 >

window10系统上编译 window系统上bitcoin的Qt钱包

柳俊健
2023-12-01

一 window10系统上去Mircrosoft Store 安装ubuntu16.04

二 git clone bitcoin 源代码

git clone https://github.com/bitcoin/bitcoin.git -b 0.15

三 编译参考doc目录下的build-unix.md   build-windows.md

    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    sudo apt-get install libdb4.8-dev libdb4.8++-dev

    sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils

    sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler

    sudo apt-get install libqrencode-dev

 

 

sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl

sudo apt-get install g++-mingw-w64-x86-64 mingw-w64-x86-64-dev

#If you're building on Ubuntu 17.04 or later, run these two co

 类似资料: