Skip to content

Commit

Permalink
Update ANGLE instructions in the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Feb 23, 2022
1 parent 26b2ebb commit 265edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 265edd3

Please sign in to comment.