From d3d808f9d93a6768e9a8bd03d753e4e912f051c7 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 14 Sep 2016 12:47:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e0f554..783e202 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Using root (sudo) and type `apt-get install libsoil-dev libglm-dev libassimp-dev Note that CodeBlocks or other IDEs may have issues running the programs due to problems finding the shader and resource files, however it should still be able to generate the exectuables. To work around this problem it is possible to set an environment variable to tell the tutorials where the resource files can be found. The environment variable is named LOGL_ROOT_PATH and may be set to the path to the root of the LearnOpenGL directory tree. For example: - `export LOGL_ROOT_PATH=/home/user/tutorials/LearmOpenGL` + `export LOGL_ROOT_PATH=/home/user/tutorials/LearnOpenGL` Running `ls $LOGL_ROOT_PATH` should list, among other things, this README file and the resources direcory.