Hi,<br>I am installing the GATE and following <a href="http://www.stanford.edu/~afoudray/MIIL/gate.html">http://www.stanford.edu/~afoudray/MIIL/gate.html</a> as instruction.<br>For the OpenGL part... I can&#39;t see  <i>/usr/X11R6/lib/libGLU.so...<br>
</i>but when I tried to install <i><br></i><pre>x-windows-system</pre>
It said I don&#39;t have those packages...<br>My Open GL is not installed...can anyone give me any suggestions?<br>Thanks.<br><br>-Yiming<br><h3>OpenGL</h3>
If you are running Debian, you are probably not attempting this without X-windows working and you most 
likely have OpenGL already installed.  To make sure, run <i>locate libGLU.so</i> and you should see 
something like the following:

<pre>  # locate libGLU.so<br>/usr/lib/libGLU.so<br>/usr/lib/libGLU.so.1<br>/usr/lib/libGLU.so.1.3<br>/usr/X11R6/lib/libGLU.so<br>/usr/X11R6/lib/libGLU.so.1<br>/usr/X11R6/lib/libGLU.so.1.3<br></pre>

If you don&#39;t see anything like <i>/usr/X11R6/lib/libGLU.so</i>, you need to install OpenGL.

<pre>  # apt-get install libglut3<br>  # apt-get install libglut3-dev<br>  # apt-get install freeglut3-dev<br>  # apt-get install x-windows-system<br>  # apt-get install x-windows-system-dev<br>  # apt-get install x-windows-system-core<br>
  # apt-get install xlibmesa-glu<br>  # apt-get install xlibmesa-glu-dev<br>  # apt-get install xlibmesa3<br>  # apt-get install xfree86-common<br>  # apt-get install libxaw7<br>  # apt-get install libxaw6<br></pre>