tagged release 0.6.4
[parrot.git] / ext / Parrot-Embed / README
blob27073037d5e973a68ddebf5629c728b17ecd3ac8
1 Parrot::Embed
2 -------------
4 This is an embedding interface to use Parrot from Perl 5.
6 Be afraid.
8 INSTALLATION
10 To install this module, run the following commands:
12     perl Build.PL
13     perl ./Build
14     perl ./Build test
15     perl ./Build install
17 If you're building this within the Parrot tree (that is, if you don't have a
18 Parrot installed somewhere else), you need to set the proper environment
19 variable to tell your dynamic linker where to find the F<libparrot.so> or
20 F<libparrot.dll> or F<libparrot.dylib> file to load.  I believe this is
21 C<LD_LIBRARY_PATH> on Unix-like systems and C<PATH> on Windows.
23 COPYRIGHT AND LICENCE
25 Copyright (C) 2006 - 2007 The Perl Foundation/chromatic
27 This program is free software; you can redistribute it and/or modify it
28 under the same terms as Parrot itself.