Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker authored Nov 13, 2024
1 parent dd0530c commit 9eb2f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The **performance measurement tool** use OpenMP and can be compiled with:

Running the performance tool using **Emscripten**:

* Download the EMSCRIPTEN [compiler](https://emscripten.org/docs/getting_started/downloads.html), [Python](https://www.python.org/downloads) and [Node.js](https://nodejs.org/en/download/package-manager).
* Download the [Emscripten](https://emscripten.org/docs/getting_started/downloads.html) compiler, [Python](https://www.python.org/downloads) and [Node.js](https://nodejs.org/en/download/package-manager).
* Start a terminal with the emsdk environment (For Windows: ````emsdk\emsdk.bat activate latest````)
* Configure CMake, e. g.: ````emcmake cmake -S . -B ./build/web -G "Ninja Multi-Config" -Demcc_threads=ON -Demcc_proxy_main=ON````
* Build with: ````cmake --build .\build\web\ --config Release````
Expand Down

0 comments on commit 9eb2f45

Please sign in to comment.