I really love the –virtual
of Alpine’s apk system.
lurch@sh.itjust.works 1 month ago
i don’t. i install the dev package of my distro and didn’t run into a case where it’s not available yet. also, i make fake packages for my project with only dependencies, to install those things, so i can uninstall that fake package when i don’t need the project any more and don’t have to keep track what dev deps on my system are still required
dbx12@programming.dev 1 month ago
PhilipTheBucket@ponder.cat 1 month ago
I think you cracked the code. I was really curious what distribution this person was using that didn’t have freetype, but missing installing the -dev package makes perfect sense and I definitely remember doing that and tearing my hair out trying to figure out why I couldn’t compile some thing that needed dev headers.
OP, install libfreetype-dev or its equivalent on your system. 90% chance that fixes it.