File: README.orig

package info (click to toggle)
sdlperl 1.20.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,804 kB
  • ctags: 2,169
  • sloc: perl: 7,397; ansic: 232; makefile: 72; sh: 1
file content (49 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download | duplicates (3)
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
38
39
40
41
42
43
44
45
46
47
48
49
Original README text follows:

Installation:

	./configure
	make
	make install

The perl script Makefile.PL will attempt to search for 
the standard place you may have installed SDL and its
supplemental libraries. 

Documentation:

Each module now includes its own documentation, and 
is accessible through perldoc.  Additional tutorials,
code, and tips can be found at the website:

	http://www.sdlperl.org

Disabling Modules:

You can disable individual libraries
using the command line switches.  For example you can
avoid compiling OpenGL and GLU support as follows:

	./configure -GL -GLU

Contributing:

Anyone wishing to contribute modules, sprite engines, and anything
else that others might find useful, please email:

	sdlperl@sdlperl.org

This is a mailing list for those interested in SDLperl development,
both as an applications developer, and as a core contributor.
Subscription information can be found at:

	http://www.sdlperl.org/index.htpl?id=114&cat=faq

I am always more than happy to take patches, bug reports, and
helpful suggestions.  It is feedback, both good and poor, that
keeps projects like this going.

Enjoy,

David J. Goehrig