[Mesa-dev] [PATCH shader-db 2/3] docs: Improve dependencies documentation

Rhys Kidd rhyskidd at gmail.com
Sat Oct 10 22:30:13 PDT 2015


Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
---
 README | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README b/README
index e301d0e..6ed3244 100644
--- a/README
+++ b/README
@@ -47,7 +47,18 @@ ST_DEBUG=precompile R600_DEBUG=ps,vs,gs,precompile ./run shaders -1 2> new-run
 
 === Dependencies ===
 run requires some GNU C extensions, render nodes (/dev/dri/renderD128),
-libepoxy, OpenMP, and Mesa configured with --with-egl-platforms=x11,drm
+libepoxy, libgbm, OpenMP, and Mesa configured with --with-egl-platforms=x11,drm
+
+Install necessary dependencies on Ubuntu:
+```
+# Developers will probably have a local build of Mesa
+sudo apt-get install build-essentials libepoxy-dev libgbm-dev
+```
+
+Build with:
+```
+make
+```
 
 === jemalloc ===
 Since run compiles shaders in different threads, malloc/free locking overhead
-- 
2.1.4



More information about the mesa-dev mailing list