Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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.
- Host: GitHub
- URL: https://github.com/Leont/libperl--
- Owner: Leont
- Created: 2009-03-25T23:15:07.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T09:22:49.000Z (about 1 year ago)
- Last Synced: 2024-05-01T22:06:20.157Z (7 months ago)
- Language: C++
- Homepage:
- Size: 406 KB
- Stars: 68
- Watchers: 17
- Forks: 27
- Open Issues: 7
-
Metadata Files:
- Readme: README
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 installFor 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.