diff --git a/contrib/android/Readme.md b/contrib/android/Readme.md index 9db10b312..697166b18 100644 --- a/contrib/android/Readme.md +++ b/contrib/android/Readme.md @@ -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. diff --git a/contrib/build-linux/appimage/README.md b/contrib/build-linux/appimage/README.md index 841fe9fe5..db721f4d1 100644 --- a/contrib/build-linux/appimage/README.md +++ b/contrib/build-linux/appimage/README.md @@ -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). diff --git a/contrib/build-wine/README.md b/contrib/build-wine/README.md index 645a75edd..1f3d43c65 100644 --- a/contrib/build-wine/README.md +++ b/contrib/build-wine/README.md @@ -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. diff --git a/contrib/osx/README.md b/contrib/osx/README.md index 480f2b5cc..9438fcbb1 100644 --- a/contrib/osx/README.md +++ b/contrib/osx/README.md @@ -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.