Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
akotlar committed Sep 18, 2024
1 parent a21da6d commit c2d8bea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions perl/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export PERL5LIB=~/bystro/perl/local/lib/perl5/:~/bystro/perl/lib:$PERL5LIB
export PATH=~/bystro/perl/bin:~/bystro/perl/local/bin:$PATH
```

- Alternatively to have `cpm` install libraries in your @INC path, you can run `cpm install -g` instead of `cpm install` (and then you can remove `/bystro/perl/local/lib/perl5/` from your `PERL5LIB` and `/bystro/perl/local/bin` from your `PATH`)
- Alternatively to have `cpm` install libraries in your `@INC` path, you can run `cpm install -g` instead of `cpm install` (and then you can remove `/bystro/perl/local/lib/perl5/` from your `PERL5LIB` and `/bystro/perl/local/bin` from your `PATH`)

<br>

Expand All @@ -73,8 +73,9 @@ cpm install MouseX::Getopt
&& git checkout 34acb71d7d86575fe7abb3f7ad95e8653019b282 \
&& perl Makefile.PL && make distmeta \
&& ln -s MYMETA.json META.json && ln -s MYMETA.yml META.yml \
&& cpm install --show-build-log-on-failure . \
&& cpm install --show-build-log-on-failure --test . \
&& cd ..
&& rm -rf LMDB_File
```

Now you can install the rest of the dependencies:
Expand Down

0 comments on commit c2d8bea

Please sign in to comment.