On Sat, Oct 10, 2015 at 10:30 PM, Rhys Kidd <rhysk...@gmail.com> wrote: > Signed-off-by: Rhys Kidd <rhysk...@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 > +```
I don't know if it's valuable to suggest per-distro dependency names generally (and more specifically for a distro that shader-db apparently hasn't compiled on in a year... :), but I definitely don't think it's valuable to tell people how to build -- that there's a Makefile seems like it's enough. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev