Skip to content

Commit

Permalink
Updates README for updated solution file location.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBaruch committed Jan 7, 2024
1 parent 8594043 commit 94e914c
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 @@ -78,7 +78,7 @@ A WASM file requires all of its external functions to be present. If an external

If you want to compile the mod, I'm not sure I captured all the requirements. At a minimum:

1. Use Visual Studio 2022 to load and build the Dergwasm project in `dergwasm_mod/Dergwasm/Dergwasm.sln`. This should give you `Dergwasm.dll`.
1. Use Visual Studio 2022 to load and build the Dergwasm project that is in `dergwasm_mod/Dergwasm.sln`. This should give you `Dergwasm.dll`.

2. Use a Linux system, [install Emscripten](https://emscripten.org/docs/getting_started/downloads.html). I suggest using the `emsdk` tool.
3. On the Linux system, clone the [MicroPython repo](https://github.com/micropython/micropython).
Expand Down

0 comments on commit 94e914c

Please sign in to comment.