From eb301bf14dd421a22c4937ddb07df7bba01f6492 Mon Sep 17 00:00:00 2001 From: Anand Swaroop <72886192+Anut-py@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:35:43 -0500 Subject: [PATCH] doc: add #36 to FAQ --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef49ec..64fbdc2 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,11 @@ To contribute or learn more about the project, see [CONTRIBUTING.md](https://git ## FAQ -- When I try to run an h-raylib program I get an error saying "*The code execution cannot proceed because libwinpthread-1.dll was not found. Reinstalling the program may fix this problem.*" +- When I try to run an h-raylib program I get the error `The code execution cannot proceed because libwinpthread-1.dll was not found. Reinstalling the program may fix this problem.` - See [#14](https://github.com/Anut-py/h-raylib/issues/14) + +- When I try to compile an h-raylib program I get the error `Missing (or bad) C libraries: gcc_eh` + - See [#36](https://github.com/Anut-py/h-raylib/issues/36) ## License