~ubuntu-branches/ubuntu/natty/ttf-dejavu/natty

« back to all changes in this revision

Viewing changes to BUILDING

  • Committer: Bazaar Package Importer
  • Author(s): Davide Viti
  • Date: 2009-01-03 21:38:14 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090103213814-j60eqtimhxpmh4co
Tags: 2.28-1
* New upstream release (closes: #509377)
* debian/control: fix lintian warning about missing ${misc:Depends}
  in binary entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
You need FontForge to build the fonts.
 
3
 
 
4
 
 
5
$ make full-ttf
 
6
 
 
7
will all fonts to TrueType format with all glyphs included
 
8
 
 
9
 
 
10
 
 
11
$ make  lgc-ttf
 
12
 
 
13
will build the fonts with only the LGC (Latin-Greek-Cyrillic) subset
 
14
 
 
15
 
 
16
 
 
17
If you just do
 
18
 
 
19
$ make
 
20
 
 
21
you will also make new status files. In that case you need to have the following files
 
22
 
 
23
- Get the current Unicode files and copy them into the "resources" folder
 
24
wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
 
25
wget http://www.unicode.org/Public/UNIDATA/Blocks.txt
 
26
 
 
27
- Get the current fc-lang orthographies from the fontconfig repository:
 
28
git clone git://anongit.freedesktop.org/git/fontconfig ~/repos/fontconfig
 
29
 
 
30
- Create a symlink to the appropriate folder:
 
31
ln -s ~/repos/fontconfig/fc-lang resources/fc-lang
 
32