Signed-off-by: Rhys Kidd <rhysk...@gmail.com>
---
 README | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README b/README
index 6ed3244..03be4e7 100644
--- a/README
+++ b/README
@@ -60,6 +60,11 @@ Build with:
 make
 ```
 
+run.py relies on a symbolic link to a built piglit bin directory, as follows:
+```
+ln -s <location_of_piglit>/bin "$PWD"/bin
+```
+
 === jemalloc ===
 Since run compiles shaders in different threads, malloc/free locking overhead
 from inside Mesa can be expensive. Preloading jemalloc can cut significant
-- 
2.1.4

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to