install: ensure cairo installed

This commit is contained in:
thePR0M3TH3AN
2025-07-19 13:43:49 -04:00
parent 2832b0150e
commit 04862bce48
3 changed files with 17 additions and 5 deletions

View File

@@ -251,6 +251,10 @@ for your platform:
# Linux
pip install toga-gtk
# If you see build errors about "cairo" on Linux, install the cairo
# development headers using your package manager, e.g.:
sudo apt-get install libcairo2 libcairo2-dev
# Windows
pip install toga-winforms