building X from source: freetype install issues

2020-08-30 Thread mike young
Attempting to build X on Debian Buster install. Downloaded and built freetype from freetype.org before building X. When running build.sh, getting error: ... checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... no checking for freetype-config... no configure: error: You

Re: building X from source: freetype install issues

2020-08-30 Thread Alan Coopersmith
On 8/30/20 7:44 AM, mike young wrote: Attempting to build X on Debian Buster install. Downloaded and built freetype from freetype.org before building X. When running build.sh, getting error: ... checking pkg-config is at least version 0.9.0... yes checking for FREETYPE... no checking for freet

Re: building X from source: freetype install issues

2020-08-30 Thread John Yoder
Hey Mike,It's been quite a while, years actually, since I built X from source but I'll help as much as I can. From the error, your right, you need freetype fonts. Unfortunately I don't have any quick fixes for you error. Sorry. John On Sun, Aug 30, 2020 at 10:44 AM mike young wrote: > Attemptin