]> git.sesse.net Git - casparcg/blob - dependencies64/liberation-fonts/README
- Fixed diag to work with new SFML version.
[casparcg] / dependencies64 / liberation-fonts / README
1    1. What's this?
2   =================
3
4   The Liberation Fonts is font collection which aims to provide document 
5   layout compatibility as usage of Times New Roman, Arial, Courier New.
6
7
8    2. Requirements
9   =================
10
11   * fontforge is installed.
12     (http://fontforge.sourceforge.net)
13
14
15    3. Install
16   ============
17
18   3.1 Decompress tarball
19
20     You can extract the files by following command:
21
22       $ tar zxvf liberation-fonts-[VERSION].tar.gz
23
24   3.2 Build from the source
25
26     Change into directory liberation-fonts-[VERSION]/ and build from sources by 
27     following commands:
28
29       $ cd liberation-fonts-[VERSION]
30       $ make
31
32     The built font files will be available in 'build' directory.
33
34   3.3 Install to system
35
36     For Fedora, you could manually install the fonts by copying the TTFs to 
37     ~/.fonts for user wide usage, or to /usr/share/fonts/truetype/liberation 
38     for system-wide availability. Then, run "fc-cache" to let that cached.
39
40     For other distributions, please check out corresponding documentation.
41
42
43    4. Usage
44   ==========
45
46   Simply select preferred liberation font in applications and start using.
47
48
49    5. License
50   ============
51
52   This Font Software is licensed under the SIL Open Font License,
53   Version 1.1.
54
55   Please read file "LICENSE" for details.
56
57
58    6. For Maintainers
59   ====================
60
61   Before packaging a new release based on a new source tarball, you have to
62   update the version suffix in the Makefile:
63
64     VER = [VERSION]
65
66   Make sure that the defined version corresponds to the font software metadata
67   which you can check with ftinfo/otfinfo or fontforge itself. It is highly 
68   recommended that file 'ChangeLog' is updated to reflect changes.
69
70   Create a tarball with the following command:
71
72     $ make dist
73
74   The new versioned tarball will be available in the dist/ folder as
75   'liberation-fonts-[NEW_VERSION].tar.gz'.
76
77   7. Credits
78  ============
79
80   Please read file "AUTHORS" for list of contributors.