forked from Leont/libperl--
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (19 loc) · 905 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
Libperl++
This is the beginning of libperl++. Almost all functions for accessing perl from
C++ are finished, and should be beta quality. However, the functionality to export C++
functions, methods and variables to perl are alpha quality.
DEPENDENCIES
The library should work on perl 5.8.1 or higher. Also, some Boost headers are
required to build it, but there are no dependencies on Boost runtime libraries.
BUILDING
It can be build using a simple `make`. This build the shared library
(libperl++.so).
TESTING
You can run tests by typing `make test`. If you want the full output, you can run `VERBOSE=1 make test`
INSTALLATION
I don't really recommend doing that in this stage, but `make install` is
available.
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.