ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/Makefile.PL
(Generate patch)

Comparing EV/Makefile.PL (file contents):
Revision 1.3 by root, Fri Oct 26 17:40:31 2007 UTC vs.
Revision 1.4 by root, Sun Oct 28 06:40:01 2007 UTC

1use 5.006;
2
1use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
2 4
3print <<EOF; 5print <<EOF;
4 6
5*** 7***
6*** You need to install libevent (http://monkey.org/~provos/libevent/) separately 8*** You need to install libevent (http://monkey.org/~provos/libevent/) separately
7*** first in a way so that the Makefile.PL can find both -levent and the event.h 9*** first in a way so that the Makefile.PL can find both -levent and the event.h
8*** and evdns.h include files. 10*** and evdns.h include files.
9*** 11***
10*** Version 1.3e or higher is recommended, but older versions likely work too. 12*** Version 1.3e or higher is recommended, but older 1.3 versions likely work too.
11*** 13***
12 14
13EOF 15EOF
14 16
15WriteMakefile( 17WriteMakefile(

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines