Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Install GLEW with MinGW

  1. #1
    Intern Contributor
    Join Date
    Apr 2011
    Location
    Barcelona, Catalunya
    Posts
    56

    Install GLEW with MinGW

    Hi,

    I'm using QtCreator (so my compiler is MinGW) and I need to use VBO for my app. However I don't know how to install glew (needed for VBO?) in my compiler. Can someone help me or send me somewhere to know how to resolve the problem?

    Thanks

  2. #2
    Junior Member Newbie
    Join Date
    May 2010
    Posts
    6

    Re: Install GLEW with MinGW

    Hi,

    You can compile glew from source code (this will give you 3 files: glew32.dll, libglew32.a and libglew32.dll.a).

    To do so you can use msys (http://www.mingw.org/wiki/msys).
    Install it and specify where is your MinGW install, then start a terminal (a console), jump to where you have glew source code (with cd command), and just press make in the folder where there is the file Makefile.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •