Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlmorton committed Feb 26, 2015
1 parent 5782d32 commit d51b254
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ stub

stub

# DEVELOPMENT

Dependencies are managed using [Carton](https://github.com/perl-carton/carton).
To use Carton with [plenv](https://github.com/tokuhirom/plenv) you could do
something like this, assuming you have installed plenv and cloned this repo:

$ export PTERO_PERL_VERSION=5.18.2 # or whatever version you want
$ plenv install $PTERO_PERL_VERSION
$ plenv install-cpanm
$ cd ptero-perl-sdk
$ plenv local $PTERO_PERL_VERSION
$ cpanm install Carton
$ plenv rehash

You could also setup Carton using the system Perl on Debian-based Linux:

$ sudo apt-get install carton

Once your have Carton:

$ carton install --deployment # from the root of this repo

To run tests:

$ ./run-tests

# LICENSE

GPLv3
Expand Down

0 comments on commit d51b254

Please sign in to comment.