From 8e24f0affb73fea3fb6b4121bfe1e79117fde7ec Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Sun, 24 Jun 2018 20:02:43 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ad871cd3e643..198eb2d340c6e 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly rustup update stable cargo install --git https://github.com/alexcrichton/wasm-gc cargo install --git https://github.com/pepyakin/wasm-export-table.git -sudo apt install make clang +sudo apt install cmake clang pkg-config libssl-dev ``` Then, grab the Polkadot source code: From 21563d2dde39063a718fc4e7d41357c2c6b6bff1 Mon Sep 17 00:00:00 2001 From: Sergey Pepyakin Date: Sun, 24 Jun 2018 20:09:27 +0300 Subject: [PATCH 2/2] clang is not required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198eb2d340c6e..ccf8d7b165937 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ rustup target add wasm32-unknown-unknown --toolchain nightly rustup update stable cargo install --git https://github.com/alexcrichton/wasm-gc cargo install --git https://github.com/pepyakin/wasm-export-table.git -sudo apt install cmake clang pkg-config libssl-dev +sudo apt install cmake pkg-config libssl-dev ``` Then, grab the Polkadot source code: