You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,20 @@ Contents
10
10
* Building on Windows
11
11
* Building on other platforms
12
12
13
+
14
+
## Docker image
15
+
16
+
[](https://microbadger.com/images/homdx/monero"Get your own image badge on microbadger.com")
17
+
18
+
[](https://microbadger.com/images/homdx/monero"Get your own version badge on microbadger.com")
19
+
20
+
21
+
- docker pull homdx/bytecoin
22
+
23
+
### You can check the result and build logs
24
+
https://hub.docker.com/r/homdx/bytecoin/
25
+
26
+
13
27
## Building on Linux 64-bit
14
28
15
29
All commands below are adapted for Ubuntu, other distributions may need an other command set.
@@ -255,3 +269,4 @@ Currently it is impossible to run Bytecoin on any Big-Endian platform, due to lo
255
269
## Building with parameters
256
270
257
271
If you want to use tools like `clang-tidy`, run `cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..` instead of `cmake ..`
0 commit comments