Skip to content

Commit

Permalink
Restore build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Nov 19, 2024
1 parent e8316dc commit cf899bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,18 @@ character and glyph coverage. Amiri development might be restarted in the
future under a different name with less backward-compatibility constraints, but
nothing concrete is currently planed.

Building
--------

To build the fonts you need a few Python packages:

$ python -m venv amiri
$ . amiri/bin/activate
$ pip install -r requirements.txt

To build the font files run:

$ make ttf

[1]: https://www.bibalex.org/bulaqpress/en/bulaq.htm "The Bulaq Press"
[2]: https://openfontlicense.org "The Open Font License"

0 comments on commit cf899bc

Please sign in to comment.