measur-tools-suite 1.0.11-beta.21 → 1.0.11-beta.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/bin/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,8 +31,8 @@ The npm packages can be downloaded and install from [registry](https://www.npmjs
|
|
|
31
31
|
|
|
32
32
|
### Building
|
|
33
33
|
- `cd` into the emsdk directory:
|
|
34
|
-
- run
|
|
35
|
-
- Activate PATH and other environment variables by running `source emsdk_env.sh` or on Windows run `emsdk_env.bat`
|
|
34
|
+
- run `./emsdk install latest` followed by `./emsdk activate latest`
|
|
35
|
+
- Activate PATH and other environment variables by running `source ./emsdk_env.sh` or on Windows run `emsdk_env.bat`
|
|
36
36
|
- `cd` into MEASUR-Tools-Suite directory:
|
|
37
37
|
- create directory `build-wasm` and cd into it
|
|
38
38
|
- run `'emcmake cmake -DBUILD_WASM=ON ..'`
|
package/bin/package.json
CHANGED