• R/O
  • SSH
  • HTTPS

perl-fuse-fv: Commit


Commit MetaInfo

Revision53 (tree)
Zeit2009-04-19 22:26:36
Autortofjw

Log Message

Makefile.PL is changed to find dokan.h from DokanLibrary directory.
Build instruction is changed.

Ändern Zusammenfassung

Diff

--- Win32-Dokan/trunk/README (revision 52)
+++ Win32-Dokan/trunk/README (revision 53)
@@ -11,19 +11,17 @@
1111
1212 To install this module type the following:
1313
14- 1. Copy dokan.h from Dokan source files.
15-
16- To complie Dokan.xs, you need C header file "dokan.h" from Dokan
17- source file. copy it into same directory Win32-Dokan is extracted.
18-
19- 2. Build in usual way.
20-
2114 perl Makefile.PL
2215 make
2316 make test
2417 make install
2518
19+If Dokan library is installed into custom path, give an option to
20+Makefile.PL like this.
2621
22+ perl Makefile.PL -l "D:\Program Files\Dokan\DokanLibrary"
23+
24+
2725 EXAMPLE
2826
2927 You can find example script "mirror.pl" in "examples" directory.
Show on old repository browser