bindings/go: README.md: Add mono as dependency

Mono is required to install the go bindings on macOS and Windows (build-time only)
This commit is contained in:
Dave Koston 2018-05-18 13:03:43 -05:00 committed by Dave Koston
parent 56535db613
commit 1a415a30b6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ fdb-go
This package requires:
- Go 1.1+ with CGO enabled
- [Mono](http://www.mono-project.com/) (macOS or Windows) or [Visual Studio](https://www.visualstudio.com/) (Windows) (build-time only)
- FoundationDB C API 2.0.x, 3.0.x, or 4.x.y (part of the [FoundationDB clients package](https://apple.github.io/foundationdb/downloads.html#c))
Use of this package requires the selection of a FoundationDB API version at runtime. This package currently supports FoundationDB API versions 200-520.