Alt-CWB-CL-ambs
view release on metacpan or search on metacpan
333435363738394041424344454647484950515253If you have never installed a Perl module
before
: don't despair. All you
have to
do
-- provided that the prerequisites are met -- is to execute the
following commands:
perl Makefile.PL
make
make test
make install
You will probably have to login as root
for
the
last
step (or you can type
"sudo make install"
and enter your root password). If you want to install
the Perl modules in a non-standard location,
say
in
"~/perl/lib/perl5/..."
and
"~/perl/man/..."
, type the following instead of
"perl Makefile.PL"
:
perl Makefile.PL PREFIX=~/perl INSTALLMAN1DIR=~/perl/man/man1
Note that you will then have to include the appropriate subdirectories of
If the
"cwb-config"
utility is not in your standard search path, you can specify
its location
with
the --config option:
( run in 0.251 second using v1.01-cache-2.11-cpan-55f5a4728d2 )