Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: freetype-2.1.10   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

ldconfig &&
cd /sources/ &&
rm -rf freetype-2.1.10 &&
tar -xzf freetype-2.1.10.tar.gz &&
cd freetype-2.1.10 &&
sed -i -r 's:.*(#.*BYTE.*) .*:\1:' \
     include/freetype/config/ftoption.h &&
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install &&
install -v -m755 -d /usr/share/doc/freetype-2.1.10 &&
cp -v -R docs/* /usr/share/doc/freetype-2.1.10

The output should look something like this:

cd builds/unix; ./configure --prefix=/usr --sysconfdir=/etc
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for rm... rm -f
checking for rmdir... rmdir
checking for a BSD-compatible install... /bin/install -c
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
.
.
.
`docs/CUSTOMIZE' -> `/usr/share/doc/freetype-2.1.10/CUSTOMIZE'
`docs/DEBUG' -> `/usr/share/doc/freetype-2.1.10/DEBUG'
`docs/FTL.TXT' -> `/usr/share/doc/freetype-2.1.10/FTL.TXT'
`docs/GPL.TXT' -> `/usr/share/doc/freetype-2.1.10/GPL.TXT'
`docs/INSTALL' -> `/usr/share/doc/freetype-2.1.10/INSTALL'
`docs/INSTALL.ANY' -> `/usr/share/doc/freetype-2.1.10/INSTALL.ANY'
`docs/INSTALL.GNU' -> `/usr/share/doc/freetype-2.1.10/INSTALL.GNU'
`docs/INSTALL.UNX' -> `/usr/share/doc/freetype-2.1.10/INSTALL.UNX'
`docs/INSTALL.VMS' -> `/usr/share/doc/freetype-2.1.10/INSTALL.VMS'
`docs/LICENSE.TXT' -> `/usr/share/doc/freetype-2.1.10/LICENSE.TXT'
`docs/PATENTS' -> `/usr/share/doc/freetype-2.1.10/PATENTS'
`docs/TODO' -> `/usr/share/doc/freetype-2.1.10/TODO'
`docs/TRUETYPE' -> `/usr/share/doc/freetype-2.1.10/TRUETYPE'
`docs/UPGRADE.UNX' -> `/usr/share/doc/freetype-2.1.10/UPGRADE.UNX'
`docs/VERSION.DLL' -> `/usr/share/doc/freetype-2.1.10/VERSION.DLL'
`docs/formats.txt' -> `/usr/share/doc/freetype-2.1.10/formats.txt'
`docs/modules.txt' -> `/usr/share/doc/freetype-2.1.10/modules.txt'
`docs/raster.txt' -> `/usr/share/doc/freetype-2.1.10/raster.txt'
`docs/reference/README' -> `/usr/share/doc/freetype-2.1.10/reference/README'
`docs/release' -> `/usr/share/doc/freetype-2.1.10/release'


~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS