README.linux
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

  1. The "linux" subdirectory in earlier GLUT releases is no longer supported
  2. because it was too hard to maintain.
  3. Now, if you want to build Linux shared libraries, just edit the
  4. library Imakefiles (that is "lib/*/Imakefile") to say:
  5.   #define DoNormalLib   NO
  6.   #define DoSharedLib   YES
  7. Then alter Glut.cf and enable shared objects for the sample applications:
  8.   #define UseSharedObjects 1
  9. And finally do:
  10.   cd lib
  11.   make Makefiles
  12.   make clean
  13.   make
  14. That's it!
  15. See Question 44 in the "FAQ.glut" file for more information.
  16. - Mark Kilgard
  17.   mjk@nvidia.com
  18.   November 23, 1998