Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONTRIBUTING.md: Adding how to identify and resolve missing packages #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,10 @@ git submodule update --init
- Ensure that you have Tox version 4 or greater installed
- _or_ set `ignore_basepython_conflict=true` in `tox.ini`
- _or_ install Tox using `pip` and not your system package manager

###`Package freetype2 was not found in the pkg-config search path.`
- Either you do not have the package freetype2 installed or you do not have access to freetype2 on your system. s
- If you do not have access to freetype2 then you could try installing freetype package instead

###`Python.h: No such file or directory`
- Install one of the packages python-dev python-devel python3-dev python3-devel, which ever one is available to your installation.