1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Add supported architectures to the README

This commit is contained in:
Tom Poole 2024-10-31 13:17:05 +00:00
parent 9ed3144e08
commit 764b2a2ec6

View file

@ -70,11 +70,11 @@ of the target you wish to build.
#### Deployment Targets
- __macOS__: macOS 10.11
- __Windows__: Windows 10
- __Linux__: Mainstream Linux distributions
- __iOS__: iOS 12
- __Android__: Android 5 - Lollipop (API Level 21)
- __macOS__: macOS 10.11 (x86_64, Arm64)
- __Windows__: Windows 10 (x86_64, x86, Arm64, Arm64EC)
- __Linux__: Mainstream Linux distributions (x86_64, Arm64/aarch64, (32 bit Arm systems like armv7 should work but are not regularly tested))
- __iOS__: iOS 12 (Arm64, Arm64e, x86_64 (Simulator))
- __Android__: Android 5 - Lollipop (API Level 21) (arm64-v8a, armeabi-v7a, x86_64, x86)
## Contributing