This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from jbsmith86/master
Update README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ Eos has the following external dependencies, which must be installed on your sys | |
|
||
``` | ||
git clone https://github.com/cryptonomex/secp256k1-zkp.git | ||
cd secp256k1-zkp | ||
./autogen.sh | ||
./configure | ||
make | ||
|
@@ -77,7 +78,7 @@ producer-name = initu | |
plugin = eos::producer_plugin | ||
``` | ||
|
||
Now it should be possible to run `eosd` and see it begin producing blocks. At present, the P2P code is not implemented, so only single-node configurations are possible. When the P2P networking is implemented, this instructions will be updated to show how to create an example multi-node testnet. | ||
Now it should be possible to run `eosd` and see it begin producing blocks. At present, the P2P code is not implemented, so only single-node configurations are possible. When the P2P networking is implemented, these instructions will be updated to show how to create an example multi-node testnet. | ||
|
||
### Run in docker | ||
|
||
|
@@ -108,7 +109,7 @@ Done | |
|
||
### How to Build LLVM and clang for WASM | ||
|
||
By default LLVM and clang do not include the WASM build target, so you will have to build it yourself. Note that following these instructions will create a version of LLVM that can only build WASM targets. | ||
By default LLVM and clang do not include the WASM build target, so you will have to build it yourself. Note that following these instructions will create a version of LLVM that can only build WASM targets. | ||
|
||
``` | ||
git clone --depth 1 --single-branch --branch release_40 [email protected]:llvm-mirror/llvm.git | ||
|