Skip to content

Commit 08f9db0

Browse files
authored
Merge pull request dogecoin#3417 from patricklodder/1.14.7-minimum-os
doc: list minimum os versions
2 parents f711166 + bb7adb6 commit 08f9db0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

INSTALL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ ensure honest and malware-free releases. See
1717
[the gitian building documentation](doc/gitian-building.md) for more information
1818
regarding that process.
1919

20+
#### Minimum Operating System versions
21+
22+
The following versions have been verified to be supported for pre-compiled
23+
binaries:
24+
25+
| OS/Distro (arch) | Minimum version |
26+
| :---------------- | :------------------- |
27+
| Windows (x86) | Vista |
28+
| MacOS (x86) | Mountain Lion (10.8) |
29+
| Ubuntu (x86) | Trusty (16.04) |
30+
| Ubuntu (ARM) | Focal (20.04) |
31+
| Debian (x86) | Jessie (8) |
32+
| Debian (ARM) | Stretch (9) |
33+
| CentOS (x86) | 7 |
34+
| Fedora (x86) | 28 |
35+
36+
It is possible to run Dogecoin Core on other systems and lower versions when
37+
compiling from source, see the chapters below for more information.
38+
2039
### Compiling using packaged dependencies
2140

2241
It is possible to build your own copy of Dogecoin Core with the exact, tested,

0 commit comments

Comments
 (0)