<!-- begin header.html --> <!-- The OpenGL Extension Wrangler Library Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org> Copyright (C) 2002, Lev Povalahev All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The name of the author may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html/4/loose.dtd"> <!-- <img src="new.png" height="12" alt="NEW!"> --> <html> <head> <title>GLEW: The OpenGL Extension Wrangler Library</title> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <link href="glew.css" type="text/css" rel="stylesheet"> </head> <body bgcolor="#fff0d0"> <table border="0" width="100%" cellpadding="12" cellspacing="8" style="height:100%"> <tr> <td bgcolor="#ffffff" align="left" valign="top" width="200"> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> <tr> <td valign="top"> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="left"> <tr><td align="center"><i>Latest Release: <a href="https://sourceforge.net/projects/glew/files/glew/1.10.0/">1.10.0</a></i></td></tr> <tr><td align="center"><br></td></tr> <tr><td align="center"><img src="./glew.png" alt="GLEW Logo" width="97" height="75"></td></tr> <tr><td align="center"><br></td></tr> <tr><td align="center"> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr><td align="center"><a href="index.html">Download</a></td></tr> <tr><td align="center"><a href="basic.html">Usage</a></td></tr> <tr><td align="center">Building</td></tr> <tr><td align="center"><a href="install.html">Installation</a></td></tr> <tr><td align="center"><a href="advanced.html">Source Generation</a></td></tr> <tr><td align="center"><a href="credits.html">Credits & Copyright</a></td></tr> <tr><td align="center"><a href="log.html">Change Log</a></td></tr> <tr><td align="center"><a href="https://sourceforge.net/projects/glew">Project Page</a></td></tr> <tr><td align="center"><a href="https://sourceforge.net/p/glew/mailman">Mailing Lists</a></td></tr> <tr><td align="center"><a href="https://sourceforge.net/p/glew/_list/tickets">Bug Tracker</a></td></tr> </table> <tr><td align="center"><br></tr> </table> </td> </tr> <tr> <td valign="bottom"> <table border="0" width="100%" cellpadding="5" cellspacing="0" align="left"> <tr><td align="center"><i>Last Update: 07-22-13</i></td></tr> <tr><td align="center"> <a href="http://www.opengl.org"> <img src="./ogl_sm.jpg" width="68" height="35" border="0" alt="OpenGL Logo"></a> <a href="http://sourceforge.net"> <img src="http://sourceforge.net/sflogo.php?group_id=67586&type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a> </td> </tr> <!--- <tr><td align="center"><a href="http://sourceforge.net/donate/index.php?group_id=67586"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"></a></td></tr> --> </table> </td> </tr> </table> </td> <td bgcolor="#ffffff" align="left" valign="top"> <h1>The OpenGL Extension Wrangler Library</h1> <!-- end header.html --> <h2>Building GLEW</h2> <h3>Windows</h3> <p>A MS Visual Studio project is provided in the <tt>build/vc6</tt> directory.</p> <p>Pre-built shared and static libraries are also available for <a href="index.html">download</a>.</p> <h3>Makefile</h3> <p>For platforms other than MS Windows, the provided <tt>Makefile</tt> is used.</p> <h4>Command-line variables</h4> <table border=0 cellpadding=0 cellspacing=10> <tr><td valign=top><tt>SYSTEM</tt></td><td valign=top>auto</td> <td align=left>Target system to build: darwin, linux, solaris, etc.<br/>For a full list of supported targets: <tt>ls config/Makefile.*</tt><br/> <a href="http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree">config.guess</a> is used to auto detect, as necessary.</td></tr> <tr><td valign=top><tt>GLEW_DEST</tt></td><td valign=top><tt>/usr</tt></td> <td align=left>Base directory for installation.</td></tr> </table> <h4>Make targets</h4> <table border=0 cellpadding=0 cellspacing=10> <tr><td valign=top><tt>all</tt></td><td>Build everything.</td><tr> <tr><td valign=top><tt>glew.lib</tt></td><td>Build static and dynamic GLEW libraries.</td><tr> <tr><td valign=top><tt>glew.lib.mx</tt></td><td>Build static and dynamic GLEWmx libraries.</td><tr> <tr><td valign=top><tt>glew.bin</tt></td><td>Build <tt>glewinfo</tt> and <tt>visualinfo</tt> utilities.</td><tr> <tr><td valign=top><tt>clean</tt></td><td>Delete temporary and built files.</td><tr> <tr><td valign=top><tt>install.all</tt></td><td>Install everything.</td><tr> <tr><td valign=top><tt>install</tt></td><td>Install GLEW libraries.</td><tr> <tr><td valign=top><tt>install.mx</tt></td><td>Install GLEWmx libraries.</td><tr> <tr><td valign=top><tt>install.bin</tt></td><td>Install <tt>glewinfo</tt> and <tt>visualinfo</tt> utilities.</td><tr> <tr><td valign=top><tt>uninstall</tt></td><td>Delete installed files.</td><tr> </table> <h4>Requirements</h4> <ul> <li>GNU make</li> <li>perl</li> <li>wget</li> <li>GNU sed</li> <li>gcc compiler</li> </ul> Ubuntu: <pre>sudo apt-get install Xmu-dev Xi-Dev</pre> <!-- begin footer.html --> </td></tr></table></body> <!-- end footer.html -->