From 265edd33c96405306bed5134c3f1692c0b09ad4b Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 23 Feb 2022 16:39:47 -0500 Subject: [PATCH] Update ANGLE instructions in the PATH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec9a9ed283d..1280a93c8b0 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ We support running our GLES3 backend over it in order to reach platforms with GL In order to run with Angle, "angle" feature has to be enabled, and Angle libraries placed in a location visible to the application. These binaries can be downloaded from [gfbuild-angle](https://github.com/DileSoft/gfbuild-angle) artifacts. -On Windows, you generally need to copy them into the working directory, or in the same directory as the executable. +On Windows, you generally need to copy them into the working directory, in the same directory as the executable, or somewhere in your path. On Linux, you can point to them using `LD_LIBRARY_PATH` environment. ## Environment Variables