1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added iOS and Android minimum deployment target info to the README

This commit is contained in:
ed 2020-05-15 17:45:13 +01:00
parent 89bd0e808c
commit 83b1436c6a

View file

@ -30,14 +30,17 @@ For further help getting started, please refer to the JUCE
## Minimum System Requirements
#### Building JUCE Projects
- __macOS__: macOS 10.11 and Xcode 7.3.1
- __macOS/iOS__: macOS 10.11 and Xcode 7.3.1
- __Windows__: Windows 8.1 and Visual Studio 2015 64-bit
- __Linux__: GCC 4.8
- __Android__: Android Studio on Windows, macOS or Linux
#### Deployment Targets
- __macOS__: macOS 10.7
- __Windows__: Windows Vista
- __Linux__: Mainstream Linux distributions
- __iOS__: iOS 9.0
- __Android__: Jelly Bean (API 16)
## Contributing
For bug reports and features requests, please visit the [JUCE Forum](https://forum.juce.com/) -