Horje
freetype2 linux install Code Example
freetype2 linux install
Download (HTTP): https://downloads.sourceforge.net/freetype/freetype-2.10.2.tar.xz

If you downloaded the additional documentation, unpack it into the source tree using the following command: 

tar -xf ../freetype-doc-2.10.2.tar.xz --strip-components=2 -C docs
 
Install FreeType2 by running the following commands:

sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg &&

sed -r "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:" \
    -i include/freetype/config/ftoption.h  &&

./configure --prefix=/usr --enable-freetype-config --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install




Shell

Related
How to add a shell script to launcher Code Example How to add a shell script to launcher Code Example
systemd wait for service to finish before login Code Example systemd wait for service to finish before login Code Example
winrar script for appending date to archive Code Example winrar script for appending date to archive Code Example
ubuntu bluetooth gets turned off everytime i reboot Code Example ubuntu bluetooth gets turned off everytime i reboot Code Example
how quit in after git show command Code Example how quit in after git show command Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9