From 3a5ca637d8872db194b4485351d00b1c1f9ff19a 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 ec9a9ed28..1280a93c8 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