diff options
-rw-r--r-- | src/gallium/state_trackers/python/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/python/README b/src/gallium/state_trackers/python/README index 942f3c06c4..4281d9bdb0 100644 --- a/src/gallium/state_trackers/python/README +++ b/src/gallium/state_trackers/python/README @@ -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 |