PCRE-8.33 Introduction to PCRE The PCRE package contains Perl Compatible Regular Expression libraries. These are useful for implementing regular expression pat...
MySQL-5.6.14 Introduction to MySQL MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon and many d...
How to Setup Linux VPN Server and Client using OpenVPNby Lakshmanan Ganapathy on September 9, 2013 TweetVPN stands for Virtual Private Network.A Virtual Private Network enables a computer to send and receive data from one private network to...
How To Monitor Remote Linux Host using Nagios 3.0by Ramesh Natarajan on June 1, 2008 TweetIn the previous post Nagios 3.0 Jumpstart guide , I explained the overview, installation and configuration of Nagios 3.0 on Red Hat Server. In the fol...
50 Most Frequently Used UNIX / Linux Commands (With Examples)by Ramesh Natarajan on November 8, 2010 TweetThis article provides practical examples for 50 most frequently used commands in Linux / UNIX.This is not a comprehensive list by any...
Top 25 Best Linux Performance Monitoring and Debugging Toolsby Ramesh Natarajan on December 7, 2011 TweetI’ve compiled 25 performance monitoring and debugging tools that will be helpful when you are working on Linux environment. This list i...
How to Enable GD Library in PHP with LibJPEG, FreeType and LibPNGIn PHP you can manipulate image files using GD library. It support several formats including GIF, PNG, JPEG, etc. You can use LibGD library to stream images directly from your...
首先下载好软件包。
wget http://iweb.dl.sourceforge.net/project/freetype/freetype2/2.5.0/freetype-2.5.0.1.tar.bz2
然后解压出来。tar xvfj freetype-2.5.0.1.tar.bz2
cd freetype-2.5.0.1/
./configure --without-png
make
make install
安装Freetyper时,加参数...
Introduction to FreeType2 The FreeType2 package contains a library which allows applications to properly render TrueType fonts. This package is known to build and...