Module: Mesa Branch: gallium-mesa-7.4 Commit: 337698521d71535131a9b098ad3b2200d9a70934 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=337698521d71535131a9b098ad3b2200d9a70934
Author: José Fonseca <[email protected]> Date: Tue Mar 24 21:39:16 2009 +0000 python: List packages needed on debian systems. --- 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 942f3c0..4281d9b 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
