setup on windows without visual studio #41913
Unanswered
RemiBraizet
asked this question in
Q&A
Replies: 1 comment
-
ATM you are building for mingw on a msvc host. |
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
-
Hi,
I have msys2 / mingw64 on which there is gcc, GNU make and g++
I do not use visual studio
I try to cross compile using the same Makefile, either via WSL or powershell ( and have the possibility to either dynlink or staticlink )
it works using wsl, vcpkg is properly setup
but when i run the command for powershell:
did i miss a step ?
Beta Was this translation helpful? Give feedback.
All reactions