brainboxdotcc / DPP

C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!
https://dpp.dev/
Apache License 2.0
1.04k stars 158 forks source link

Mingw integration/help #1133

Closed matt1309 closed 4 months ago

matt1309 commented 4 months ago

Hi,

I have a project that is entirely setup in mingw on windows (controversial I know). I've seen a few old issues around MSVC being the only option, is this still the case? I tried using vcpkg however sodium issues arose.

Curious if others have continued down this path of fixing sodium and other undetected dependency issues or does it just end in a headache.

Trying to decide what my easiest path is choose between fixing all the undetected dependency issues (if that's even possible) or migrating my entire project to visual studio mscv?

Thanks.

Mishura4 commented 4 months ago

Yes. The information on the main page of the repository is up to date, we do not support MinGW.

Closing this because this is not an issue with DPP, you can ask around on the discord server, but I am not aware of anyone with a MinGW setup.

Trying to decide what my easiest path is choose between fixing all the undetected dependency issues

Probably not.

migrating my entire project to visual studio mscv

Probably yes, or clang-cl