On Tue, Jul 8, 2014 at 2:21 PM, Kurt Starsinic <[email protected]> wrote:
> OK, I did a "git pull" on master from git://github.com/apache/lucy.git and
> I have a clean checkout.

Now that Clownfish and Charmonizer have been broken out of Lucy, getting
started is a little more involved.  Here's a formula:

  git clone https://git-wip-us.apache.org/repos/asf/lucy.git
  git clone https://git-wip-us.apache.org/repos/asf/lucy-clownfish.git \
    clownfish
  git clone https://git-wip-us.apache.org/repos/asf/lucy-charmonizer.git \
    charmonizer
  cd clownfish/runtime/perl
  perl Build.PL
  ./Build test
  cd ../../../lucy/perl
  source ../devel/bin/setup_clownfish_env.sh ../../clownfish
  perl Build.PL
  ./Build test

Marvin Humphrey

Reply via email to