[Mesa-dev] [PATCH shader-db 3/3] docs: Add symbolic link generation step

Matt Turner mattst88 at gmail.com
Mon Oct 12 14:54:16 PDT 2015


On Sat, Oct 10, 2015 at 10:30 PM, Rhys Kidd <rhyskidd at gmail.com> wrote:
> Signed-off-by: Rhys Kidd <rhyskidd at 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
> +```

run.py prints an appropriate message, doesn't it? If we want to do
anything at all, maybe we should just print a more verbose message
from run.py?


More information about the mesa-dev mailing list