Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #68 from jbsmith86/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bytemaster authored Jul 17, 2017
2 parents d288f30 + 44a60db commit 8475004
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8475004

Please sign in to comment.