Hack icon indicating copy to clipboard operation
Hack copied to clipboard

Build documentation might be missing `python-pip` dependency

Open protesilaos opened this issue 7 years ago • 2 comments

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-pip as a dependency. Even with the desktop build dependencies installed, the make ttf command was throwing errors about missing python modules.

With python-pip installed, all commands worked as intended.

protesilaos avatar Oct 31 '18 10:10 protesilaos

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.

chrissimpkins avatar Oct 31 '18 16:10 chrissimpkins

For others out there, note that python-pip is a commonly used name for the pip Python package manager in Linux distro package managers.

macOS users who would like to build the fonts from source should install the Python 3 interpreter with Homebrew using:

$ brew install python

pip is installed on macOS with the Homebrew install. It is not available in the system installed Python on macOS.

chrissimpkins avatar Oct 31 '18 16:10 chrissimpkins