~rsalveti/linaro-graphics-misc/glew-es-core-trunk

  • Committer: Shariq
  • Date: 2011-10-11 10:59:32 UTC
  • Revision ID: git-v1:d542d318a7a6462d3adefa38ada21b270ae8c3b9
The file "Makefile.arm-linux" is added to compile glew for ARM linux
Steps for building glew for ARM-Linux ES 2.0:

  1. export following environment variables:

   COMPILER_PATH : Path of the compiler
   INC_PATH : Include files path
   LIB_PATH : Opengl/egl/x11 library path
   ADDITIONAL_LIB_DEPENDENCY_PATH: Path for any additional dependencies of the libs.

   2. Build command :
 - To build generic(INCLUDING entry point and enums of desktop and ES OpenGL) glew for OpenGL ES 2.0 along with EGL(need to include eglew.h in application):
   make BUILD_GLEW_ES20=yes BUILD_GLEW_EGL=yes

 - To build generic glew for OpenGL ES 2.0 without EGL(need to include egl.h):
   make BUILD_GLEW_ES20=yes

 - To build glew for Desktop OpenGL(INCLUDING entry point and enums of ES)
   make

 - To build glew for Desktop OpenGL(EXCLUDING entry point and enums of ES)
  make BUILD_NO_ES=yes

 - If needed to run using emulator on desktop kindly remove '-mfpu=vfp -mfloat-abi=softfp' from makefile.arm-linux
Filename Latest Rev Last Changed Committer Comment Size
..
auto 58 20 years ago mem Merge Milan's 1.1.x git-svn-id: https://glew.svn Diff
build 38 20 years ago ikits *** empty log message *** git-svn-id: https://gl Diff
config 279 19 years ago mem Makefile is getting out of hand. Use GNU tools' c Diff
doc 1 21 years ago ikits Initial revision git-svn-id: https://glew.svn.so Diff
src 1 21 years ago ikits Initial revision git-svn-id: https://glew.svn.so Diff
glew.pc.in 561 13 years ago Nigel Stewart Update the GLEW build to build both vanilla and MX 227 bytes Diff Download File
LICENSE.txt 472 14 years ago nigels Set eol-style to native for misc headers and text 3.7 KB Diff Download File
Makefile 632 12 years ago Shariq The file "Makefile.arm-linux" is added to compile 11.5 KB Diff Download File
README.txt 302 19 years ago ikits documentation update git-svn-id: https://glew.sv 484 bytes Diff Download File
TODO.txt 416 17 years ago ikits updated todo list git-svn-id: https://glew.svn.so 416 bytes Diff Download File