~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to bindings/perl/README

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Glassey
  • Date: 2004-01-15 15:50:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040115155007-n9mz4x0zxrs1isd3
Tags: upstream-1.5.7
Import upstream version 1.5.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sword version 0.31
 
2
==================
 
3
 
 
4
The README is used to introduce the module and provide instructions on
 
5
how to install the module, any machine dependencies it may have (for
 
6
example C compilers and installed libraries) and any other information
 
7
that should be provided before the module is installed.
 
8
 
 
9
A README file is required for CPAN modules since CPAN extracts the
 
10
README file from a module distribution so that people browsing the
 
11
archive can use it get an idea of the modules uses. It is usually a
 
12
good idea to provide version information here so that people can
 
13
decide whether fixes for the module are worth downloading.
 
14
 
 
15
INSTALL
 
16
-------
 
17
 
 
18
tar xzvf Sword-0.01.tar.gz
 
19
cd Sword-0.01
 
20
perl Makefile.PL
 
21
make
 
22
make install
 
23
 
 
24
If you have trouble with the first step, it's because the Makefile can't find Sword. �Set the lib path in your LD_LIBRARY_PATH or set the SWORD_LIB_PATH environment variable to the path to libsword.a.
 
25
 
 
26
 
 
27
HELP
 
28
---
 
29
"man Sword" or "perldoc Sword" after install for examples that will help you.
 
30
 
 
31
 
 
32
COPYRIGHT AND LICENCE
 
33
 
 
34
This program is licensed under the GPL.
 
35
 
 
36
Copyright (C) 2001 John Keiser