diff options
author | José Fonseca <jfonseca@vmware.com> | 2009-03-24 21:39:16 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2009-03-25 21:03:25 +0000 |
commit | b52b78a2269e6f773fc02c9740e7f2e18cdf1699 (patch) | |
tree | 60393cf19ea2d260120557d5bd1e8e80aa4a37ed /src | |
parent | a6ad0c86cab0f3044781ece33d3ac0388e238a36 (diff) |
python: List packages needed on debian systems.
Diffstat (limited to 'src')
-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 |