Skip to content

Commit

Permalink
Added export commands to README.linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fegennari committed Aug 2, 2018
1 parent 44de2f9 commit 1b95c24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.linux
Expand Up @@ -26,5 +26,9 @@ cd obj
ln -s ../makefile .
make -j4 -k

Run:
Run (bash):
MESA_GL_VERSION_OVERRIDE=4.5 MESA_GLSL_VERSION_OVERRIDE=450 lib/3dworld
or
export MESA_GL_VERSION_OVERRIDE=4.5
export MESA_GLSL_VERSION_OVERRIDE=450
lib/3dworld

0 comments on commit 1b95c24

Please sign in to comment.