Alt-CWB-CL-ambs

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
If 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
"~/perl/lib/perl5/" in your Perl search path in order to use the CWB modules.
 
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 )