blob: 2dadb00177a42e5509546f763fc2d33e07cb37a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Building GNU FreeFont
The only files that are "built" in this project are binary font files.
They are built using FontForge, which must be installed before any
build is done.
To build all the font files, just cd to the top directory and type
make
(this will also work from within the sfd/ directory.)
Several special build targets are also present:
ttf TrueType format fonts only
otf OpenType format fonts only
woff WOFF format fonts only
ttfzip .zip archive of TrueType format fonts
otftar tarball of OpenType format fonts
woffzip .zip archive of WOFF format fonts
srctar tarball of sources
tests run a battery of tests on the sources and built files
clean
$Id: building.txt,v 1.10 2011-07-16 08:38:06 Stevan_White Exp $
|