diff options
| author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-09 15:07:40 +0100 | 
|---|---|---|
| committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-12 11:34:40 +0100 | 
| commit | 23e8c92543d95c216f3459a5618611c079e86174 (patch) | |
| tree | d8274aec5c307dc31e7effb4b50e816a057cce4a /src | |
| parent | 66ef96f6dc4cd898edb862e45965795fac46caed (diff) | |
python: Update the documentation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/state_trackers/python/README | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/gallium/state_trackers/python/README b/src/gallium/state_trackers/python/README index 75341aa28c..8ab88ab2f8 100644 --- a/src/gallium/state_trackers/python/README +++ b/src/gallium/state_trackers/python/README @@ -7,7 +7,7 @@ To build you'll need:  * Python (with development packages)  * SCons  * SWIG -* Python Imaging Library (for the samples) +* Python Imaging Library with TK support (for the samples)  Invoke scons on the top dir as @@ -19,9 +19,9 @@ To use do  and then try running -  python src/gallium/state_trackers/python/samples/simple.py +  python src/gallium/state_trackers/python/samples/tri.py -which should create a simple.png +which should show a triangle.  This is still in experimental phase, and there many limitations to what you can | 
