Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Leont/libperl--

LibPerl++ is a C++ library that provides a more friendly interface for the the perl API. It makes use of advanced features of C++ to make both embedding and extending perl as easy as possible. This repository also contains to helper libraries that may be split out at a later stage: libtap++ and Library::Build.
https://github.com/Leont/libperl--

Last synced: about 2 months ago
JSON representation

LibPerl++ is a C++ library that provides a more friendly interface for the the perl API. It makes use of advanced features of C++ to make both embedding and extending perl as easy as possible. This repository also contains to helper libraries that may be split out at a later stage: libtap++ and Library::Build.

Awesome Lists containing this project

README

        

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.