Roderic Bos
Roderic Bos
Great! Lot's of programs open Gifs 'non-animated' like paint.net and lets you create and save those without taking the animation part into account. The open fine now if you select...
Hi I got it building but not yet running, I didnt have freetype yet so I added an extra dependencies: Add this to the setup-dependencies.bat at the end if you...
For me this PR is working on windows https://github.com/tsoding/ded/pull/42
the sdl_extra.c in the PR has an extra include line of `#include ` to fix that part for the first error maybe it's a version difference? I ran the `setup_dependencies.bat`...
I'm keeping the pr https://github.com/tsoding/ded/pull/42 up to date with tsodings latest code, let me know if there are any other issue I might overlook.
You probably need to add the SDL2 lib to the build include path, for windows it was this `/I dependencies\SDL2\include` but for wsl I don't know should be similar. Or...
Updated PR to reflect your latest changes. And enabled the windows build in the CI
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
The latest code is building in both CI and locally in this PR https://github.com/tsoding/ded/pull/42