Skip to content

Commit b20cb48

Browse files
committed
docs: update support details in README
1 parent bc8c2b0 commit b20cb48

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ MyProject/
146146
### 🪟 Windows
147147

148148
- MSYS2 (recommended): **UCRT64** or **MINGW64**
149-
- C/C++ Compilers: `gcc`/`g++` (MinGW‑w64) or `clang`/`clang++`
149+
- Compilers: `g++` (MinGW‑w64) or `clang++`
150150

151151
### 🐧 Linux / WSL
152152

@@ -163,19 +163,18 @@ MyProject/
163163
## ⚠️ Troubleshooting
164164

165165
- **Linking errors on Linux** → Install missing dev packages (e.g., **libglfw3-dev** on **Ubuntu/WSL**)
166+
- **`make` not found on Windows** → Use `mingw32-make` (included with **MinGW-w64**).
166167
- **No rule to make target** → Verify source files exist in `src/` (or added folders)
167168
- **Sanitizers not working on Windows** → Disabled by design (partial support in **_MinGW_**)
168169
- **Double slashes in paths** → Usually harmless; caused by empty variables in some shells
169170
- **Colors broken in CI** → Parallel mode auto-disables fancy output
170171
- **Too much output with `-j`** → Use `-jN` `-s` or redirect to log
171172

172-
## 🐞 Known Issues / Limitations
173+
This project has been primarily developed and tested on **Windows** and **Linux/WSL**.
173174

174-
This project has been primarily developed and tested on **Windows**.
175+
Support for **macOS** is still experimental and may present unexpected behavior.
175176

176-
Support for **macOS** and **Linux** is still experimental and may present unexpected behavior.
177-
178-
If you encounter any issues, platform-specific bugs, or inconsistencies, **your feedback is extremely valuable.**
177+
If you encounter any issues, platform-specific bugs, or inconsistencies, **your feedback is extremely valuable.** 🙏
179178

180179
## 🤝 Contributing
181180

0 commit comments

Comments
 (0)