Skip to content

Commit 2120f36

Browse files
committed
Update README.md for Windows build
Recommend MSYS2 `UCRT64` environment.
1 parent 20a6280 commit 2120f36

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ git clone -b master --single-branch git@github.com:sehugg/8bitworkshop.git
2020
To build the 8bitworkshop IDE:
2121

2222
```sh
23+
# On Windows, use the `UCRT64` shell from https://msys2.org/
24+
# On Linux/macOS, just type:
2325
make
2426
```
2527

@@ -51,7 +53,7 @@ Copyright © 2016-2026 [Steven E. Hugg](https://github.com/sehugg).
5153
This project, unless specifically noted, is multi-licensed.
5254
You may choose to adhere to the terms of either the [GPL-3.0](https://github.com/sehugg/8bitworkshop/blob/master/LICENSE) License for the entire project or respect the individual licenses of its dependencies and included code samples, as applicable.
5355

54-
This project includes various dependencies, modules, and components that retain their original licenses.
56+
This project includes various dependencies, modules, and components that retain their original licenses.
5557
For detailed licensing information for each dependency, please refer to the respective files and documentation.
5658

5759
All included code samples located in the `presets/` directory are licensed under

0 commit comments

Comments
 (0)