Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ needed for CUWI and CWB::Model) from this page:
Alternatively, you can install the developer branch (with UTF-8
support), again only CWB::CQP perl module is needed:

svn co https://cwb.svn.sourceforge.net/svnroot/cwb/cwb/trunk cwb
svn co https://cwb.svn.sourceforge.net/svnroot/cwb/perl/trunk cwb-perl

svn co https://svn.code.sf.net/p/cwb/code/cwb/trunk cwb
svn co https://svn.code.sf.net/p/cwb/code/perl/trunk cwb-perl
See CWB Developer' page for more info:

http://cwb.sourceforge.net/developers.php#svn
Expand All @@ -31,15 +31,11 @@ When CWB binaries and CWB::CQP module are installed, you can install
CUWI. Note that the tests will warn you if the cqp executable,
CWB::Config or CWB::CQP are not accessible.

You can install CUWI using CPAN:

cpan install CWB::CUWI

You can install manually by downloading the source from the repository
and running the provided build stripts. (CUWI depends on Mojolicious,
You should install CUWI manually by downloading the source from the repository
and running the provided build scripts. (CUWI depends on Mojolicious,
which has no out-of-core dependencies, and on CWB::CQP for backend
communications. Please see the relevant documentation for both
installation procedures: )
installation procedures.)

wget https://github.com/kvorg/CUWI/tarball/master -O cuwi.tar.gz
tar xvf cuwi.tar.gz
Expand Down Expand Up @@ -131,4 +127,4 @@ configure the environment and Mojolicious will figure out the rest to
deploy CUWI inside.

See doc/examples/cuwi-init.d-fedora for an example of a traditional
Fedora GNU/Linux init.d script for CUWI running on Hypnotoad.
Fedora GNU/Linux init.d script for CUWI running on Hypnotoad.