-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
38 lines (24 loc) · 1010 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
OpenGL-GLU version 0.03
==========================
OpenGL::GLU provides perl bindings to the OpenGL Utility Library
(GLU). It is derived from the Perl OpenGL code base to extract
a stand-alone package. If you just use GLU features from OpenGL,
then you should be able to accomplish the same with OpenGL::GLU.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Do not install with OpenGL! This is a stand-alone
module for use with OpenGL::Modern.
COPYRIGHT AND LICENCE
Copyright (c) 1998,1999 Kenneth Albanowski. All rights reserved.
Copyright (c) 2007 Bob Free. All rights reserved.
Copyright (c) 2009-2013 Chris Marshall.
Copyright (C) 2017 by Chris Marshall. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
This library is based on the code from the Perl OpenGL module.