Update README.md

This commit is contained in:
Xiaodi Wu 2017-08-11 21:41:52 -05:00
parent 4b921315f9
commit 376b83c016
1 changed files with 5 additions and 4 deletions

View File

@ -28,10 +28,11 @@ library.
## Requirements
NumericAnnex now requires a recent development snapshot of Swift 4.0 that
includes the revised numeric protocols. It requires either `Darwin.C` or `Glibc`
for transcendental functions provided by the C standard library and either
`Security` or `Glibc` for cryptographically secure random bytes.
NumericAnnex now requires Xcode 9 beta 5 or a recent development snapshot of
Swift 4.0 that includes the revised numeric protocols. It requires either
`Darwin.C` (macOS) or `Glibc` (Linux) for transcendental functions provided by
the C standard library and either `Security` (macOS) or `Glibc` (Linux) for
cryptographically secure random bytes.
## Installation