https://github.com/zostay/sword-perl
Sword Engine API interface for Perl
https://github.com/zostay/sword-perl
Last synced: 7 months ago
JSON representation
Sword Engine API interface for Perl
- Host: GitHub
- URL: https://github.com/zostay/sword-perl
- Owner: zostay
- Created: 2010-10-04T20:21:10.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T05:39:09.000Z (over 9 years ago)
- Last Synced: 2024-12-29T10:29:08.776Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Sword/
- Size: 29.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
INSTALLATION
You must already have a copy of the Sword library installed on your system with
the development libraries. In the future, I may provide an Alien::Sword library
to help with this.
On a Debian or Ubuntu system, this means:
sudo aptitude install build-essential libsword-dev
The usual Perl installation should do the trick.
I recommand installing App::cpanminus and running:
cpanm Sword
OR the regular CPAN should work:
cpanm Sword
OR manually, by downloading, unpacking the tarball, and running this from the
unpacked directory:
perl Makefile.PL
make
make test
make install
The installation has (so far) only been tested on Linux by myself. Mac OS X
should be similar. If you want to use this on Windows, please give it a shot and
let me know what goes wrong. I have a Windows machine I can try it on if someone
wants it.
I will try to watch CPANTS to see if I can get other platforms working.
See the POD in Sword.pm for usage:
perldoc Sword
This archive contains the distribution {{$dist->name}},
version {{$dist->version}}:
{{$dist->abstract}}
{{$dist->license->notice}}