Created
August 2, 2011 22:23
-
-
Save leedo/1121388 to your computer and use it in GitHub Desktop.
Revisions
-
leedo revised this gist
Aug 2, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,4 @@ Install alice's dependencies into a self-contained directory cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master cpanm --local-lib extlib --installdeps --notest . <sup>1</sup> Protocol::WebSocket must be installed from git until there is a new release (soon) -
leedo revised this gist
Aug 2, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ #Installing Alice's dependencies from the CPAN Alice has a number of dependencies, all of which can be installed from the CPAN<sup>1</sup>. The simplest way to get these installed is with the `cpanm` tool. Install `cpanm` by running @@ -18,4 +18,4 @@ Install alice's dependencies into a self-contained directory cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master cpanm --local-lib extlib --installdeps --notest . <sup>* Protocol::WebSocket must be installed from git until there is a new release (soon)</sup> -
leedo revised this gist
Aug 2, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,4 +18,4 @@ Install alice's dependencies into a self-contained directory cpanm --local-lib extlib https://github.com/vti/protocol-websocket/tarball/master cpanm --local-lib extlib --installdeps --notest . <sub>Protocol::WebSocket must be installed from git until there is a new release (soon)</sub> -
leedo created this gist
Aug 2, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ #Installing Alice's dependencies from the CPAN Alice has a number of dependencies, all of which can be installed from the CPAN*. 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 . * Protocol::WebSocket must be installed from git until there is a new release (soon)