Skip to content

Commit

Permalink
Added compatibility note to readme for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
wi-re committed Nov 4, 2024
1 parent 3324eb0 commit e350370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
5. Open the project in your IDE, for example [Visual Studio Code]
(https://code.visualstudio.com/), and add [src](src) and [thirdparty](thirdparty) to the include directories. This is just for autocomplete. The build will work without it.
Note that currently _WSL2 on Windows is not supported_ as there are issues with using webGPU on it, however, both Visual Studio 17 (2022) directly on Windows and MinGW are supported as alternatives. If you are facing issues on Windows in general, try cloning the repository again into a path _without any spaces_ and retry the build process. We will be adding a compatibility and common issues list soon.
## Building and Running the Project
1. Everytime you add new files, and once in the beginning, run
```
Expand Down

0 comments on commit e350370

Please sign in to comment.