Update README with Windows and MSYS2 instructions

Clarify instructions for running the experiment on Windows and MSYS2.
This commit is contained in:
Srayan Jana
2025-08-31 20:14:48 -07:00
committed by GitHub
parent 79ea125623
commit ccc1a97879

View File

@@ -8,10 +8,12 @@ Simple real-time Doom-style raycasting engine in Lean4:
## Run ## Run
This is just an experiment and the build is currently specific to Linux or WSL only This is just an experiment
First, make sure you've set up Lean properly on your computer. First, make sure you've set up Lean properly on your computer.
Follow the "legacy" instructions from here: https://leanprover-community.github.io/install/linux.html If you are on Windows, use MSYS2 or WSL
IMPORTANT: FOR MSYS2, MAKE SURE YOU ARE USING THE "CLANG" SHELL TO RUN EVERYTHING
Follow the "legacy" instructions from here (They should work on Linux, WSL, and MSYS2): https://leanprover-community.github.io/install/linux.html
Second, make sure you run the build script first to build all the dependencies to get this to work Second, make sure you run the build script first to build all the dependencies to get this to work