Details on how to build on Windows? Missing dependencies... #630
-
Hi all, I cloned the Pinta code and tried to build it. The readme.md simply says "opening Pinta.sln in Visual Studio. Ensure that .NET 8 is installed", but I got many errors on missing DLLs when building the Pinta project:
I have MINGW64 installed, I have "C:\msys64\mingw64\bin" directory but it is empty. Looks like I am missing a lot of dependencies, can someone help to list out what libraries/SDKs need to be downloaded and installed? Thanks! And I wish the readme.md would include more details! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Sorry about that! I'll get the readme updated shortly I think all you should need is to install the Pinta/.github/workflows/build.yml Line 127 in f249806 Let me know if that gets it working for you |
Beta Was this translation helpful? Give feedback.
Thanks for the quick response on Christmas Eve! I installed the
libadwaita
package and Pinta builds and runs! 💯Thank you! Merry Christmas and Happy New Year!
PS: To install the
libadwaita
package, I started my MSYS2 MINGW64 Shell and typedpacman -S mingw-w64-x86_64-libadwaita
, then I can build in VS!