Skip to content

Commit

Permalink
Merge pull request #462 from tijlleenders/tijl/-/add-tech-setup-troub…
Browse files Browse the repository at this point in the history
…leshoot

update troubleshoot linker cc not found
  • Loading branch information
tijlleenders authored Jul 20, 2024
2 parents fa9f111 + c28f685 commit 14e3be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/technical/Development-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
cargo install wasm-bindgen-cli
```
- Or [Install wasm-bindgen command line interface](https://rustwasm.github.io/wasm-bindgen/reference/cli.html) with any dependencies
- If it fails (openssl, pkg-config) or
- If it fails with openssl or pkg-config error message do
```shell
sudo apt-get install wabt binaryen
# [... or DIY](https://github.com/WebAssembly/wabt)
```
- If it fails with `linker 'cc' not found` do `sudo apt install build-essential` and retry

5. (Optional) [Install deno](https://deno.land/manual/getting_started/installation). Only necessary if you want to run the deno tests that test the usage of the WASM module in JavaScript context.

Expand Down

0 comments on commit 14e3be8

Please sign in to comment.