[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compile FreeType Demos with static linking
From: |
Werner LEMBERG |
Subject: |
Re: Compile FreeType Demos with static linking |
Date: |
Thu, 01 Jul 2021 10:07:15 +0000 (UTC) |
>> I just wanted to know if it is possible to compile the FreeType
>> demos with static linking?
>
> Yes, for example with
>
> cd freetype-demos
> meson subprojects update
> meson setup --default-library static build
> meson compile -C build
Uh, oh, this doesn't work currently. Working on it.
Until then, try to compile FreeType with
make devel
make
then follow the README of 'freetype-demos'
Werner