tsoding / ded

Dramatic EDitor
MIT License
570 stars 76 forks source link

setup_dependencies.bat lacking dependencies / build_msys2_mingw64.sh fails to build #96

Open Elusive239 opened 7 months ago

Elusive239 commented 7 months ago

having some issues trying to build and use ded, these are the results thus far

Result of running setup_dependencies.bat: 1 dir(s) moved. 1 dir(s) moved. 1 dir(s) moved. 1 file(s) moved. 1 file(s) moved. 1 file(s) moved. 1 file(s) moved.

Dependencies folder contents: dependencies.txt

And thus, the result of running "build_msys2_mingw64.sh":

+ PKGS='--static sdl2 glew freetype2' ++ pkg-config --cflags --static sdl2 glew freetype2 Package sdl2 was not found in the pkg-config search path. Perhaps you should add the directory containingsdl2.pc' to the PKG_CONFIG_PATH environment variable Package 'sdl2', required by 'virtual:world', not found Package 'glew', required by 'virtual:world', not found Package 'freetype2', required by 'virtual:world', not found