Advertisement
Guest User

BenO

a guest
Oct 29th, 2008
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. #!/bin/bash
  2. export LD_LIBRARY_PATH=`pwd`/Builds/OGLES2/LinuxPC/Lib
  3. export PLATFORM=LinuxPC
  4.  
  5.  
  6. Save the above file to say 'env.sh' in the root directory of your ImgTec OpenGL ES SDK. To prepare for builds/running the demo, just:
  7.  
  8. [user] ~/SDK $ source env.sh
  9.  
  10. And you should be all set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement