From 900f264ba715bd939910367d8226b6ed4c709aff Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Tue, 26 May 2020 19:45:40 +0000 Subject: [PATCH] [readme] update readme with static library info Signed-off-by: Leo Chen --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 968dad45d5..fa45c69519 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ $ git reset --hard origin/master ``` $ git fetch -$ git checkout s3 -$ git reset --hard origin/s3 +$ git checkout t3 +$ git reset --hard origin/t3 ``` And now run the local blockchain @@ -118,13 +118,20 @@ $ eval $(gimme 1.14.1) Note that changing the go version might mean that dependencies won't work out right when trying to run `test/debug.sh` again, get the correct environment again easily by `exec bash`. -## Installation Requirements for directly on your machine +## Installation Requirements for directly on your MacOS X GMP and OpenSSL ```bash brew install gmp brew install openssl + +``` + +## On Linux Box (assuming Amazon Linux 2 or Cent OS) + +```bash +sudo yum install glibc-static gmp-devel gmp-static openssl-libs openssl-static gcc-c++ ``` ## Dev Environment Setup @@ -243,11 +250,9 @@ See [`CONTRIBUTING`](CONTRIBUTING.md) for details. - EPoS staking mechanism - Kademlia routing -### Features To Be Implemented - -- Leader rotation - -### Features Planned after Mainnet +### Features Planned after Mainnet Open Staking +- Resharding - Integration with WASM - Fast state synchronization +- Auditable privacy asset using ZK proof