README 599 B

1234567891011121314151617181920212223242526272829
  1. Cjdns version 0.01
  2. ==================
  3. This is a Perl implementation of the dynamic cjdns administration suite.
  4. INSTALLATION
  5. To install this module type the following:
  6. perl Makefile.PL
  7. make
  8. make test
  9. make install
  10. DEPENDENCIES
  11. This module requires these other modules and libraries:
  12. Digest::SHA2, Bencode
  13. COPYRIGHT AND LICENCE
  14. Copyright (C) 2012 by Michael Gregorowicz
  15. This library is free software; you can redistribute it and/or modify
  16. it under the same terms as Perl itself, either Perl version 5.14.2 or,
  17. at your option, any later version of Perl 5 you may have available.