[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: |
Fri, 02 Jul 2021 15:10:26 +0000 (UTC) |
> On running "make devel" in freetype source it says something like
> "make: Nothing to be done for 'devel'". So, I presume static linking
> is not working properly right now in autotools ...
Start like the following for FreeType:
git clean -fdx
make devel
make
This is GNU make compilation mode without autotools.
Werner