I am still moving from Linux to FreeBSD and so far I really love it. Right now I am busy recompiling some of my programs to make them run on FreeBSD. One of my small programs uses FreeType2. It's a C++ programm that includes the file ft2build.h. I tried to figure out which FreeBSD package includes this header but so far I had no luck. Under Linux I'd just install
I installed print/freetype2 but that doesn't seem to contain the required development headers.
Can anyone point me to the correct package and/or tell me how I can find out which package I need?
libfreetype2-devel
(depending on the distribution of course) and I'd be set.I installed print/freetype2 but that doesn't seem to contain the required development headers.
Can anyone point me to the correct package and/or tell me how I can find out which package I need?