Sign inSign up

sile16/graphene-build

By sile16

•Updated almost 11 years ago

Download and build cryptonomex/graphene from github.

Image
0

521

sile16/graphene-build repository overview

Build environment for https://github.com/cryptonomex/graphene⁠

usage: docker run -v :/build sile16/graphene-build [-h] [--build_type {Debug,Release}] [--devshares] [--make_all] [--make_cli_wallet] [--make_witness_node] [sha]

The script will build graphene to a specific commit or tag

Example: docker run -v /home/john:/build sile16/graphene-build 
Result:  latest graphene will be built into /home/john/graphene 

positional arguments: sha Commit sha or master branch tag

optional arguments: -h, --help show this help message and exit --build_type {Debug,Release} Change build type --devshares build from devshares instead of graphene --make_all specify make target of all (Default targets defined by the Makefile) --make_cli_wallet only build wallet and other targets specified --make_witness_node only build witness and other targets specified

Tag summary

Content type

Image

Digest

sha256:a3e728f5a…

Size

227.2 MB

Last updated

almost 11 years ago

docker pull sile16/graphene-build