From d2b7aad0b740dbb22becbeaf8c4816be85f09d4a Mon Sep 17 00:00:00 2001 From: Alyaxey Yaskevich Date: Mon, 25 Nov 2013 01:05:57 +0100 Subject: [PATCH] fixed links to svn --- INSTALL | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 8977198..5327a76 100644 --- a/INSTALL +++ b/INSTALL @@ -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 @@ -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 @@ -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. \ No newline at end of file +Fedora GNU/Linux init.d script for CUWI running on Hypnotoad.