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
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
.
.
.
See any operating system documentation about shared
libraries for
more information, such as the ld(1) and ld.so(8) manual
pages.
-----------------------------------------------------------
-----------
for P in
/sources/freetype-2.1.10/include/freetype/freetype.h
/sources/freetype-2.1.10/include/freetype/ftbbox.h
/sources/freetype-2.1.10/include/freetype/ftbdf.h
/sources/freetype-2.1.10/include/freetype/ftbitmap.h
/sources/freetype-2.1.10/include/freetype/ftcache.h
/sources/freetype-2.1.10/include/freetype/ftchapters.h
/sources/freetype-2.1.10/include/freetype/fterrdef.h
/sources/freetype-2.1.10/include/freetype/fterrors.h
/sources/freetype-2.1.10/include/freetype/ftglyph.h
/sources/freetype-2.1.10/include/freetype/ftgzip.h
/sources/freetype-2.1.10/include/freetype/ftimage.h
/sources/freetype-2.1.10/include/freetype/ftincrem.h
/sources/freetype-2.1.10/include/freetype/ftlist.h
/sources/freetype-2.1.10/include/freetype/ftlzw.h
/sources/freetype-2.1.10/include/freetype/ftmac.h
/sources/freetype-2.1.10/include/freetype/ftmm.h
/sources/freetype-2.1.10/include/freetype/ftmodapi.h
/sources/freetype-2.1.10/include/freetype/ftmoderr.h
/sources/freetype-2.1.10/include/freetype/ftotval.h
/sources/freetype-2.1.10/include/freetype/ftoutln.h
/sources/freetype-2.1.10/include/freetype/ftpfr.h
/sources/freetype-2.1.10/include/freetype/ftrender.h
/sources/freetype-2.1.10/include/freetype/ftsizes.h
/sources/freetype-2.1.10/include/freetype/ftsnames.h
/sources/freetype-2.1.10/include/freetype/ftstroke.h
/sources/freetype-2.1.10/include/freetype/ftsynth.h
/sources/freetype-2.1.10/include/freetype/ftsysio.h
/sources/freetype-2.1.10/include/freetype/ftsysmem.h
/sources/freetype-2.1.10/include/freetype/ftsystem.h
/sources/freetype-2.1.10/include/freetype/fttrigon.h
/sources/freetype-2.1.10/include/freetype/fttypes.h
/sources/freetype-2.1.10/include/freetype/ftwinfnt.h
/sources/freetype-2.1.10/include/freetype/ftxf86.h
/sources/freetype-2.1.10/include/freetype/t1tables.h
/sources/freetype-2.1.10/include/freetype/ttnameid.h
/sources/freetype-2.1.10/include/freetype/tttables.h
/sources/freetype-2.1.10/include/freetype/tttags.h
/sources/freetype-2.1.10/include/freetype/ttunpat.h ; do   
		       \
	  /bin/install -c -m 644			   
	\
	    $P /usr/include/freetype2/freetype ; \
	done
for P in
/sources/freetype-2.1.10/include/freetype/internal/autohint
.h
/sources/freetype-2.1.10/include/freetype/internal/ftcalc.h
/sources/freetype-2.1.10/include/freetype/internal/ftdebug.
h
/sources/freetype-2.1.10/include/freetype/internal/ftdriver
.h
/sources/freetype-2.1.10/include/freetype/internal/ftgloadr
.h
/sources/freetype-2.1.10/include/freetype/internal/ftmemory
.h
/sources/freetype-2.1.10/include/freetype/internal/ftobjs.h
/sources/freetype-2.1.10/include/freetype/internal/ftrfork.
h
/sources/freetype-2.1.10/include/freetype/internal/ftserv.h
/sources/freetype-2.1.10/include/freetype/internal/ftstream
.h
/sources/freetype-2.1.10/include/freetype/internal/fttrace.
h
/sources/freetype-2.1.10/include/freetype/internal/ftvalid.
h
/sources/freetype-2.1.10/include/freetype/internal/internal
.h
/sources/freetype-2.1.10/include/freetype/internal/pcftypes
.h
/sources/freetype-2.1.10/include/freetype/internal/psaux.h
/sources/freetype-2.1.10/include/freetype/internal/pshints.
h /sources/freetype-2.1.10/include/freetype/internal/sfnt.h
/sources/freetype-2.1.10/include/freetype/internal/t1types.
h
/sources/freetype-2.1.10/include/freetype/internal/tttypes.
h
/sources/freetype-2.1.10/include/freetype/internal/services
/svbdf.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svgldict.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svmm.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svotval.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svpfr.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svpostnm.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svpscmap.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svpsinfo.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svsfnt.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svttcmap.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svwinfnt.h
/sources/freetype-2.1.10/include/freetype/internal/services
/svxf86nm.h ; do				      \
	  /bin/install -c -m 644			   
		 \
	    $P /usr/include/freetype2/freetype/internal ; \
	done
for P in
/sources/freetype-2.1.10/include/freetype/config/ftconfig.h
/sources/freetype-2.1.10/include/freetype/config/ftheader.h
/sources/freetype-2.1.10/include/freetype/config/ftmodule.h
/sources/freetype-2.1.10/include/freetype/config/ftoption.h
/sources/freetype-2.1.10/include/freetype/config/ftstdlib.h
 ; do				       \
	  /bin/install -c -m 644			   
	       \
	    $P /usr/include/freetype2/freetype/config ; \
	done
for P in
/sources/freetype-2.1.10/include/freetype/cache/ftccache.h
/sources/freetype-2.1.10/include/freetype/cache/ftccmap.h
/sources/freetype-2.1.10/include/freetype/cache/ftcglyph.h
/sources/freetype-2.1.10/include/freetype/cache/ftcimage.h
/sources/freetype-2.1.10/include/freetype/cache/ftcmanag.h
/sources/freetype-2.1.10/include/freetype/cache/ftcmru.h
/sources/freetype-2.1.10/include/freetype/cache/ftcsbits.h
; do				      \
	  /bin/install -c -m 644			   
	      \
	    $P /usr/include/freetype2/freetype/cache ; \
	done
/bin/install -c -m 644 ./builds/unix/ft2unix.h \
	  /usr/include/ft2build.h
/bin/install -c -m 644 ./builds/unix/ftconfig.h \
	  /usr/include/freetype2/freetype/config/ftconfig.h
/bin/install -c -m 755 ./builds/unix/freetype-config \
	  /usr/bin/freetype-config
/bin/install -c -m 644 ./builds/unix/freetype2.m4 \
	  /usr/share/aclocal/freetype2.m4
/bin/install -c -m 644 ./builds/unix/freetype2.pc \
	  /usr/lib/pkgconfig/freetype2.pc
`docs/CHANGES' -> `/usr/share/doc/freetype-2.1.10/CHANGES'
`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 and our Privacy Policy
A tip o' the hat to the folks at Linux From Scratch, who provided a lot of the know-how and framing for the NoNIC OS.

Copyright 2006-2009 NoNIC.org

Created by:
MCJ
MCJ CMS