Skip to content

Commit

Permalink
readme: update emscripten versions and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
takase1121 committed Nov 11, 2024
1 parent 3b9ccaa commit ca99758
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ to set up everything is not available.

In general, you will need the following tools:

- Emscripten (optionally emsdk) 3.1.57 and newer. Older versions will not work.
- Emscripten (optionally emsdk) 3.1.57 to 3.1.70. Older versions will not work.
- file_packager (Installed with Emscripten if emsdk is used)
- A HTTP Server (I use `http-server`, but Python's `http.server` will work with caveats.)
- A HTTP Server (I use `darkhttpd`, but Python's `http.server` and npm `http-server` will work)
- Git
- Bash (MSYS2 might work but not tested)
- npm
- Python

The specific dependencies may be mentioned in the Dockerfile.

You can find specific documentation in each subfolder.

Expand Down

0 comments on commit ca99758

Please sign in to comment.