Blame BUILDING

Packit 4a307d
Packit 4a307d
You need FontForge to build the fonts.
Packit 4a307d
Packit 4a307d
Packit 4a307d
$ make full-ttf
Packit 4a307d
Packit 4a307d
will all fonts to TrueType format with all glyphs included
Packit 4a307d
Packit 4a307d
Packit 4a307d
Packit 4a307d
$ make  lgc-ttf
Packit 4a307d
Packit 4a307d
will build the fonts with only the LGC (Latin-Greek-Cyrillic) subset
Packit 4a307d
Packit 4a307d
Packit 4a307d
Packit 4a307d
If you just do
Packit 4a307d
Packit 4a307d
$ make
Packit 4a307d
Packit 4a307d
you will also make new status files. In that case you need to have the following files
Packit 4a307d
Packit 4a307d
- Get the current Unicode files and copy them into the "resources" folder
Packit 4a307d
wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
Packit 4a307d
wget http://www.unicode.org/Public/UNIDATA/Blocks.txt
Packit 4a307d
Packit 4a307d
- Get the current fc-lang orthographies from the fontconfig repository:
Packit 4a307d
git clone git://anongit.freedesktop.org/git/fontconfig ~/repos/fontconfig
Packit 4a307d
Packit 4a307d
- Create a symlink to the appropriate folder:
Packit 4a307d
ln -s ~/repos/fontconfig/fc-lang resources/fc-lang
Packit 4a307d