[Mesa-dev] [PATCH shader-db v2 2/2] docs: Add symbolic link generation step
Rhys Kidd
rhyskidd at gmail.com
Wed Oct 14 17:21:11 PDT 2015
Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
README | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README b/README
index 2f83987..cfbc362 100644
--- a/README
+++ b/README
@@ -55,6 +55,11 @@ Install necessary dependencies on Debian or Ubuntu:
sudo apt-get install build-essentials libepoxy-dev libgbm-dev
```
+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
More information about the mesa-dev
mailing list