[Gate-users] Installation Problems
Yiming Deng
dengyimi at gmail.com
Thu Feb 14 23:11:58 CET 2008
Hi,
I am installing the GATE and following
http://www.stanford.edu/~afoudray/MIIL/gate.html as instruction.
For the OpenGL part... I can't see */usr/X11R6/lib/libGLU.so...
*but when I tried to install *
*
x-windows-system
It said I don't have those packages...
My Open GL is not installed...can anyone give me any suggestions?
Thanks.
-Yiming
OpenGL 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 *locate libGLU.so* and you should see something like the
following:
# locate libGLU.so
/usr/lib/libGLU.so
/usr/lib/libGLU.so.1
/usr/lib/libGLU.so.1.3
/usr/X11R6/lib/libGLU.so
/usr/X11R6/lib/libGLU.so.1
/usr/X11R6/lib/libGLU.so.1.3
If you don't see anything like */usr/X11R6/lib/libGLU.so*, you need to
install OpenGL.
# apt-get install libglut3
# apt-get install libglut3-dev
# apt-get install freeglut3-dev
# apt-get install x-windows-system
# apt-get install x-windows-system-dev
# apt-get install x-windows-system-core
# apt-get install xlibmesa-glu
# apt-get install xlibmesa-glu-dev
# apt-get install xlibmesa3
# apt-get install xfree86-common
# apt-get install libxaw7
# apt-get install libxaw6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opengatecollaboration.org/mailman/private/gate-users/attachments/20080214/bdedfa5b/attachment.htm>
More information about the Gate-users
mailing list