Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: how to creare 2 shotcut links of 2 exe in inno 
Shell :: was pasiert bei git merge 
Shell :: is a command to create a user account named serena, including a home directory and a description. 
Shell :: how to parse command value in powershell 
Shell :: containerDS Desktop tool for docker images 
Shell :: debian bin folder symlink to usr/bin 
Shell :: append filename at the beggining linux 
Shell :: bash if string does not start with 
Shell :: output current max digital pin 
Shell :: pip install CaImAn 
Shell :: import kleur 
Shell :: ubuntu terminal how to copy and move file 
Shell :: how to make my htdocs folder writable on ubuntu 
Shell :: set nairobi timezone ubuntu server 18.04 
Shell :: linux hide mouse pointer for touch 
Shell :: how to search for a directory in github 
Shell :: fslmaths edge outline 
Shell :: grafana loki windows 
Shell :: synology virtual machine install agent 
Shell :: install cluster for jupyter on ubuntu 
Shell :: get everything before the last / shell 
Shell :: gentoo os-prober 
Shell :: how to simultaneously originate to both users in fs 
Shell :: git clone a branch submodules 
Shell :: yes/no dialog shell 
Shell :: grep global configuration 
Shell :: bash find files and operator 
Shell :: deploy docker on digital ocean 
Shell :: linux ejecutar en segundo plano 
Shell :: delelte snap install cmd 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =