Skip to content

Commit

Permalink
binaries: document min requirements for target systems
Browse files Browse the repository at this point in the history
  • Loading branch information
SomberNight committed Oct 4, 2024
1 parent e2afe20 commit 276488e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/android/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ To generate an APK file, follow these instructions.
_These binaries should be reproducible, meaning you should be able to generate
binaries that match the official releases._

- _Minimum supported target system (i.e. what end-users need): Android 6.0 (API 23)_

This assumes an Ubuntu (x86_64) host, but it should not be too hard to adapt to another
similar system.

Expand Down
2 changes: 2 additions & 0 deletions contrib/build-linux/appimage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ AppImage binary for Electrum
_This binary should be reproducible, meaning you should be able to generate
binaries that match the official releases._

- _Minimum supported target system (i.e. what end-users need): x86_64, glibc 2.28_

This assumes an Ubuntu host, but it should not be too hard to adapt to another
similar system. The host architecture should be x86_64 (amd64).

Expand Down
2 changes: 2 additions & 0 deletions contrib/build-wine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
_These binaries should be reproducible, meaning you should be able to generate
binaries that match the official releases._

- _Minimum supported target system (i.e. what end-users need): x86_64, Windows 10 (1809)_

This assumes an Ubuntu (x86_64) host, but it should not be too hard to adapt to another
similar system.

Expand Down
2 changes: 2 additions & 0 deletions contrib/osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Building macOS binaries
_This binary should be reproducible, meaning you should be able to generate
binaries that match the official releases._

- _Minimum supported target system (i.e. what end-users need): macOS 11_

This guide explains how to build Electrum binaries for macOS systems.


Expand Down

0 comments on commit 276488e

Please sign in to comment.