From: José Fonseca Date: Tue, 24 Mar 2009 21:39:16 +0000 (+0000) Subject: python: List packages needed on debian systems. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b52b78a2269e6f773fc02c9740e7f2e18cdf1699;p=mesa.git python: List packages needed on debian systems. --- diff --git a/src/gallium/state_trackers/python/README b/src/gallium/state_trackers/python/README index 942f3c06c49..4281d9bdb0d 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