Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miregit/perl-cpp
A simple example on how to call C++ code from perl
https://github.com/miregit/perl-cpp
Last synced: 16 days ago
JSON representation
A simple example on how to call C++ code from perl
- Host: GitHub
- URL: https://github.com/miregit/perl-cpp
- Owner: miregit
- License: artistic-2.0
- Created: 2014-05-19T19:23:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-19T19:26:00.000Z (over 10 years ago)
- Last Synced: 2024-07-31T22:58:32.767Z (3 months ago)
- Language: C
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
Osadmin version 0.01
====================A simple example on how to call C++ code from perl
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
c++ compiler, g++ works fine
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2014 by Magyarevity Miroszlav
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.18.2 or,
at your option, any later version of Perl 5 you may have available.Except for the typemap code perlobject.map, which is copyright 1996 Dean Roehrich
I'm not sure about the license terms on perlobject.map, you'll have to see about
that yourself