Recreate the navit git/gerrit project that vanished
[profile/ivi/navit.git] / navit / fonts / README
1 1. What's this?
2 ===============
3
4 The Liberation Fonts are intended to be open font replacements for the three
5 most commonly used fonts on Microsoft systems: Times New Roman, Arial, and
6 Courier New.
7
8
9 2. Requirements
10 ===============
11
12   * fontforge.
13     - http://fontforge.sourceforge.net
14
15
16 3. Install
17 ==========
18
19 3.1 Decompress tarball
20
21   You can extract the files by following command:
22
23     $ tar zxvf liberation-fonts-[VERSION].tar.gz
24
25 3.2 Build from the source
26
27   Change into directory liberation-fonts-[VERSION]/ and build from sources by 
28   following commands:
29
30     $ cd liberation-fonts-[VERSION]
31     $ make
32
33   The built font files will be available in 'build' directory.
34
35 3.3 Install to system
36
37   You can manually install the fonts by copying them to ~/.fonts for a
38   particular user, or to /usr/share/fonts/truetype/liberation for system-wide
39   availability
40
41
42 4. Usage
43 ========
44
45 The fonts should be installed and detected by the system after installation. 
46
47
48 5. License
49 ==========
50
51 Read the GPL v2 file 'COPYING' and the Liberation Fonts EULA file 'License.txt'
52 for more information.
53
54 6. Credits
55 ==========
56
57 Special thanks to all liberation-fonts developers and users!
58
59  * Caius Chance <cchance at redhat.com>
60    - Current project maintainer.
61
62  * Mark Webbink <mwebbink at redhat.com>
63    - Coordinator.
64
65  * Steve Matteson
66    - Ascender Corporation <http://www.ascendercorp.com>
67
68  * And, all other contributors.