mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 02:51:08 +00:00
Make wasm-builder check for rust-lld (#3635)
* Make `wasm-builder` check for `rust-lld` * Update README.adoc Co-Authored-By: Ricardo Rius <9488369+riusricardo@users.noreply.github.com>
This commit is contained in:
@@ -193,6 +193,11 @@ You will also need to install the following packages:
|
||||
[source, shell]
|
||||
sudo apt install cmake pkg-config libssl-dev git clang libclang-dev
|
||||
|
||||
- Linux on ARM:
|
||||
`rust-lld` is required for linking wasm, but is missing on non Tier 1 platforms.
|
||||
So, use this https://github.com/Plume-org/Plume/blob/master/script/wasm-deps.sh[script]
|
||||
to build `lld` and create the symlink `/usr/bin/rust-lld` to the build binary.
|
||||
|
||||
- Mac:
|
||||
[source, shell]
|
||||
brew install cmake pkg-config openssl git llvm
|
||||
|
||||
Reference in New Issue
Block a user