Skip to content

Instantly share code, notes, and snippets.

@leedo
Created August 2, 2011 22:23
Show Gist options
  • Save leedo/1121388 to your computer and use it in GitHub Desktop.
Save leedo/1121388 to your computer and use it in GitHub Desktop.

#Installing Alice's dependencies from the CPAN

Alice has a number of dependencies, all of which can be installed from the CPAN1. The simplest way to get these installed is with the cpanm tool.

Install cpanm by running

curl -L http://xrl.us/cpanm | perl - --sudo App::cpanminus

Check out alice's git repository

git clone https://github.com/leedo/alice.git
cd alice

Install alice's dependencies into a self-contained directory

cpanm --local-lib extlib local::lib
cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master
cpanm --local-lib extlib --installdeps --notest .

1 Protocol::WebSocket must be installed from git until there is a new release (soon)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment