Update ANGLE instructions in the PATH

This commit is contained in:
Connor Fitzgerald 2022-02-23 16:39:47 -05:00 committed by Dzmitry Malyshau
parent e9b13b74c4
commit 3a5ca637d8

View File

@ -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