mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 18:38:11 +02:00
python: List packages needed on debian systems.
This commit is contained in:
parent
a6ad0c86ca
commit
b52b78a226
1 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,10 @@ To build you'll need:
|
|||
* SWIG
|
||||
* Python Imaging Library with TK support (for the samples)
|
||||
|
||||
On a debian-based distro you can simply do:
|
||||
|
||||
aptitude install python-dev scons swig python-imaging python-imaging-tk
|
||||
|
||||
Invoke scons on the top dir as
|
||||
|
||||
scons debug=yes statetrackers=python driver=softpipe,trace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue