Comment on How do you deal with it when you download library source code from github and need to change all the header includes to actually be correct?

PhilipTheBucket@ponder.cat ⁨3⁩ ⁨days⁩ ago

I definitely wouldn’t recommend changing every include.

Can you configure freetype to go straight into /usr/local/lib and /usr/local/include instead, with no freetype/? That would be how I would attack it. Most libraries are going to have a way to configure them to go where you want them to go. GNU Stow can be very useful here to keep things organized.

What distro are you using that doesn’t have freetype available? That seems strange.

source
Sort:hotnewtop