ded
ded copied to clipboard
Problem Trying to Build with MSVC
After running .\setup_dependencies.bat
. It says
Then when I run .\build_msvc.bat
. I am getting this error.
I am new to adding and using libraries like this. If anyone can help me with this. It would be helpful. Thank You in advance.
You can checkout previous issue (#29). The MSVC build was broken when support for Free Type font was introduced. The last version that you can building with MSVC was at this commit: https://github.com/tsoding/ded/tree/aec872ab6881abc58df3ceaa7b344f9386ac07a3
Hi freetype is missing from dependencies see my fix here https://github.com/tsoding/ded/issues/41#issuecomment-1370960116 also the pr https://github.com/tsoding/ded/pull/42 has a working build on CI and locally