文件名称:opengl manpages
文件大小:1.06MB
文件格式:ZIP
更新时间:2012-02-04 17:13:42
opengl man linux
opengl man pages for linux, with how-to-install in this zip. sudo apt-get install ncompress imake # download cd /tmp wget ftp://ftp.sgi.com/sgi/opengl/doc/mangl{,u,x}.tar.Z # unpack (you need the ncompress package for this to work) tar xf mangl.tar.Z release/xc/doc/man tar xf manglu.tar.Z release/xc/doc/man tar xf manglx.tar.Z release/xc/doc/man # configure and make (you need the imake package for this to work) cd release/xc/doc/man/GL/ for dir in * ; do cd $dir && xmkmf && make && cd - ; done # install (will install them into /usr/X11R6/man) for dir in * ; do cd $dir && sudo make install && cd - ; done # clean up cd /tmp rm -rf /tmp/release
【文件预览】:
mangl.tar.Z
ReadMe.txt
manglx.tar.Z
manglu.tar.Z