add build instructions
la-ninpre leobrekalini@gmail.com
Fri, 06 Nov 2020 16:10:15 +0300
1 files changed,
32 insertions(+),
0 deletions(-)
jump to
M
README.md
→
README.md
@@ -13,6 +13,38 @@ ## Glyph set
Currently there's not too much glyphs. There is cyrillic (all caps), digits and incomplete set of punctuation. +## Compilation + +### Prerequisites + +You need python, pip and fontmake. + +```terminal +$ python -m pip install fontmake +``` + +### Building + +To build both otf and ttf versions, just run + +```terminal +$ make +``` + +If you want only ttf or otf, run + +```terminal +$ make otf +``` + +or + +```terminal +$ make ttf +``` + +respectively. + ## Todo's - all punctuation