Code Monkey home page Code Monkey logo

btchd-build's Introduction

BitcoinHD Core Build

For more compilation documents, see build-*.md under btchd/doc.

Platforms

Common host-platform-triplets for cross compilation are:

  • x86_64-w64-mingw32 for Windows 64 bit
  • i686-w64-mingw32 for Windows 32 bit
  • x86_64-apple-darwin14 for macOS 64 bit (The 32 bit binary has unsupported after macOS Catalina)
  • i686-linux-gnu for Linux 32 bit
  • x86_64-linux-gnu for Linux 64 bit
  • arm-linux-gnueabihf for Linux ARM 32 bit
  • aarch64-linux-gnu for Linux ARM 64 bit
  • riscv64-linux-gnu for Linux RISC-V 64 bit

Build docker images

The docker image base on ubuntu:18.04. Install docker and run make images command.

Build BitcoinHD binary

  • Download BitcoinHD source code by git: git clone https://github.com/btchd/btchd.git

  • Run build command: cd ./btchd && make -f /YourBuildScriptPath/Makefile

You will see the ../btchd_build/release directory, it's the compiled binary package. If you want to compile the binary package of the specified platform, you can use cd ./btchd && make -f /YourBuildScriptPath/Makefile build_host-platform-triplets.

Example: cd ./btchd && make -f /YourBuildScriptPath/Makefile build_x86_64-w64-mingw32 only for Win64.

btchd-build's People

Contributors

btchddev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.