Bugzilla – Bug 185707
OpenGL manpages missing
Last modified: 2006-06-16 19:15:10 UTC
The OpenGL manpages are missin in SL10.1. This is severely hinding people who want to develop 3D apps. They were included in the xorg-x11-man.rpm, but Mesa is built now seperately.
for dir in doc/man/{GL,GLU}; do pushd $dir; xmkmf -a; make; make install.man $RPM_BUILD_DIR; popd done
for dir in xc/doc/man/{GL,GLU}; do pushd $dir; xmkmf -a; make; make install.man $RPM_BUILD_ROOT; popd done
Created attachment 89840 [details] Better use this patch :-)
fixed for RC3.