-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update readme to add cmake (#1837)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ this repository may be used on the following networks: | |
- `cargo install [email protected]` | ||
- *double-check that wasm-bindgen-cli version above matches wasm-bindgen version in Cargo.lock file* | ||
- *Depending on system, additional packages may need to be installed as a prerequisite for wasm-bindgen-cli. If anything is missing, installation will error and prompt what packages are missing (i.e. clang, llvm, libssl-dev)* | ||
- essential build tools - example for Debian/Ubuntu: `apt install -y build-essential libssl-dev pkg-config clang llvm` | ||
- essential build tools - example for Debian/Ubuntu: `apt install -y build-essential libssl-dev pkg-config clang cmake llvm` | ||
- Run `corepack enable` to enable [corepack](https://nodejs.org/dist/latest/docs/api/corepack.html) and install yarn | ||
- Run `yarn setup` to install dependencies and configure and build all packages | ||
- Run `yarn start` to start the local dev environment built from the sources | ||
|