Wayne Blaszczyk wrote:
> Hi,
>
> I've found a couple of issues with the latest build instructions.
> The tar command has the wrong file name.
I thought I fixed that, :(
> The second sed command has a backslash missing.
The second command was changed a couple of months ago. It will change
it back to:
sed -i -r 's:.*(#.*SUBPIXEL.*) .*:\1:' \
include/freetype/config/ftoption.h
I want to use the -r construct for educational purposes. The use of the
colon is to differentiate it from a slash.
> The config command fails with the following:
>
> which: no libpng-config in
> (/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin)
> configure: error: `libpng-config' not found;
> either set the LIBPNG_CFLAGS and LIBPNG_LDFLAGS environment variables,
> or pass `--without-png' to the `configure' script.
>
> This tells me that both which and libpng are dependencies.
It looks like --with-png is a new option and it's enabled by default. I
already had both installed so didn't see that.
I'll add the dependencies and use the sed above to un-comment
FT_CONFIG_OPTION_USE_PNG
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page