Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild documentation might be missing `python-pip` dependency #461
Labels
Milestone
Comments
|
Thank you and apologies! I will make sure that we include this information. Note that as of v4.000 (currently in dev branch) there will be other new dependencies. The build docs are going to receive a thorough overhaul. |
|
For others out there, note that python-pip is a commonly used name for the macOS users who would like to build the fonts from source should install the Python 3 interpreter with Homebrew using:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Today I tried to build ttf fonts from source using some of the alternative glyphs from your alt-hack repo. This was done on an up-to-date Debian GNU/Linux system running the Buster/Sid (unstable) branch.
Just to note that the build documentation might require
python-pipas a dependency. Even with the desktop build dependencies installed, themake ttfcommand was throwing errors about missing python modules.With
python-pipinstalled, all commands worked as intended.