-
Notifications
You must be signed in to change notification settings - Fork 27
/
README
32 lines (21 loc) · 851 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Libperl++
This is libperl++. A library for embedding and extending perl in C++.
DEPENDENCIES
The library should work on perl 5.8.1 or higher, though 5.10 is recommended. A
recent C++ compiler is required (GCC 4.4 or higher or (in the near future)
MSVC++ 2010). Also, some Boost headers are required to build it, but there are
no dependencies on Boost runtime libraries.
ISSUES
Building libperl++ on Windows currently doesn't work due to issues in Perl's
linking toolchain. This is being worked on.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
For more information, see Install.pod
COPYRIGHT AND LICENCE
Copyright (C) 2007, 2008, 2009, 2010 Leon Timmermans
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.