Move the system requirements to the README

This commit is contained in:
teor 2020-12-08 07:45:05 +10:00 committed by GitHub
parent d965a4cd24
commit 81d19ca196
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -2,16 +2,15 @@
## Alpha Release ## Alpha Release
In the first alpha release, we want Zebra to participate in the network and replicate the Zcash chain state. We also want to validate proof of work and the transaction merkle tree, and serve blocks to peers. In the first alpha release, we want Zebra to participate in the network and replicate the Zcash chain state.
We also want to validate proof of work and the transaction merkle tree, and serve blocks to peers.
### System Requirements ### System Requirements
Our CI tests that Zebra builds, passes its tests, and syncs to tip on the following configurations: Our CI tests that Zebra builds, passes its tests, and syncs on recent Ubuntu Linux, macOS, and Windows.
* Ubuntu Linux ...
Our CI tests that Zebra builds and passes its tests on the following configurations: See the [README](https://github.com/ZcashFoundation/zebra/blob/main/README.md#system-requirements)
* recent macOS ... for specific system requirements.
* recent Windows ...
### Build Requirements ### Build Requirements