How to use Raylib using MSYS2 and VS Code? #3419
Replies: 1 comment
-
Is there an issue? Something wrong? You haven't specified. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using raylib and MSYS2 for the first time. I've used
pacman
to download raylib. This was the exact command I used.pacman -S mingw-w64-x86_64-raylib
Anyway, I've configured my tasks in
tasks.json
. This is the full fileI'm using C++, and here's the
main.cpp
file:Any directions and help is accepted, thanks.
Beta Was this translation helpful? Give feedback.
All reactions