Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Dockerfile #69

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add Microbadger badge
  • Loading branch information
homdx committed Aug 3, 2018
commit 52045214ebd40184d1ef7f7a80a0d8043a465c8c
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Contents
* Building on Windows
* Building on other platforms


## Docker image

[![](https://images.microbadger.com/badges/image/homdx/bytecoin.svg)](https://microbadger.com/images/homdx/bytecoin "Get your own image badge on microbadger.com")

[![](https://images.microbadger.com/badges/version/homdx/bytecoin.svg)](https://microbadger.com/images/homdx/bytecoin "Get your own version badge on microbadger.com")

- docker pull homdx/bytecoin

### You can check the result and build logs
https://hub.docker.com/r/homdx/bytecoin/


## Building on Linux 64-bit

All commands below are adapted for Ubuntu, other distributions may need an other command set.
Expand Down Expand Up @@ -255,3 +268,4 @@ Currently it is impossible to run Bytecoin on any Big-Endian platform, due to lo
## Building with parameters

If you want to use tools like `clang-tidy`, run `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..` instead of `cmake ..`

You are viewing a condensed version of this merge commit. You can view the full changes here.