|
From: | Sarthak Bhardwaj |
Subject: | Re: Compile FreeType Demos with static linking |
Date: | Fri, 2 Jul 2021 20:23:10 +0530 |
>> 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
[Prev in Thread] | Current Thread | [Next in Thread] |