From 059a25d9c533e77d7c3132db5321da9083c4d34a Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 4 Jan 2025 09:05:39 +1000 Subject: [PATCH] Minor update to tests build instructions for Emscripten. --- tests/_build/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_build/README.md b/tests/_build/README.md index fe1661a0..92985409 100644 --- a/tests/_build/README.md +++ b/tests/_build/README.md @@ -10,6 +10,8 @@ Output files will be placed in the "res/output" folder. Emscripten ---------- +On Linux, do `source ~/emsdk/emsdk_env.sh` before compiling. + On Windows, you need to move into the build and run emsdk_env.bat from a command prompt using an absolute path like "C:\emsdk\emsdk_env.bat". Note that PowerShell doesn't work for me for some reason. Example: