hammer/src/bindings/perl
2013-12-06 09:24:19 +01:00
..
t All tests pass. 2013-12-04 04:56:47 +01:00
.gitignore Got perl bindings started 2013-12-03 21:29:02 +01:00
hammer.i add stdbool.h to perl hammer.i to stop bool from being #undef'd 2013-12-06 06:24:17 +01:00
Makefile.PL makemaker needed a -L to find libhammer.so 2013-12-06 09:24:19 +01:00
README.md Helps to add the perl makefile. Bonus points for including a README 2013-12-05 09:58:30 +01:00
SConscript makemaker needed a -L to find libhammer.so 2013-12-06 09:24:19 +01:00

Perl Hammer bindings

To build and run these bindings, you will need to have ExtUtils::MakeMaker and make installed. On a Debian system, this just means that you need perl installed. On a lesser Linux distribution, this may be all you need, but you're on your own. On Windows or another UNIX, you're really on your own (until we get PRs with better instructions).