We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running .\setup_dependencies.bat . It says
.\setup_dependencies.bat
Then when I run .\build_msvc.bat. I am getting this error.
.\build_msvc.bat
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Hi freetype is missing from dependencies see my fix here #41 (comment) also the pr #42 has a working build on CI and locally
No branches or pull requests
After running
.\setup_dependencies.bat
. It saysThen 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.
The text was updated successfully, but these errors were encountered: