Skip to content

Commit 2a8dbe3

Browse files
authored
Merge pull request #118 from ewasm/ubuntu
Add build prerequisites for Ubuntu
2 parents 6e418aa + 8822250 commit 2a8dbe3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You may install and configure geth in the following ways:
7878

7979
Manually configuring geth requires installing prerequisites, downloading and compiling geth from source with [EVMC](https://github.com/ethereum/evmc) support, downloading and building [Hera](https://github.com/ewasm/hera/) (the Ewasm virtual machine connector), then launching geth with Hera set as its EVMC engine.
8080

81-
1. Make sure the prerequisites are installed (Go version 1.7 or later, `cmake`, and a C compiler).
81+
1. Make sure the prerequisites are installed (Go version 1.7 or later, `cmake` 3.5 or later, and a C/C++ compiler).
8282

8383
On CentOS-flavored Linux (e.g., Amazon Linux) you can use the following commands:
8484

@@ -89,6 +89,12 @@ Manually configuring geth requires installing prerequisites, downloading and com
8989
> sudo yum install go
9090
```
9191

92+
On Ubuntu/Debian-flavored system the following commands should work:
93+
94+
```sh
95+
> sudo apt-get install build-essential make cmake golang
96+
```
97+
9298
## geth + Hera
9399

94100
The genesis is in [ewasm-testnet-geth-config.json](ewasm-testnet-geth-config.json)

0 commit comments

Comments
 (0)