Created
January 26, 2012 07:56
-
-
Save riywo/1681604 to your computer and use it in GitHub Desktop.
llinstallとllenvでikachan入れる
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 characters
$ curl -kL https://raw.github.com/riywo/App-llenv/master/llenv-install | bash | |
and add your .bashrc or something | |
export LLENV_ROOT=$HOME/llenv | |
export LLENV_OSTYPE=`$LLENV_ROOT/bin/ostype` | |
export PATH=$LLENV_ROOT/bin:$PATH | |
$ llinstall init perl | |
$ llinstall install perl perl-5.14.2 | |
$ curl -L http://cpanmin.us | llinstall exec perl perl-5.14.2 -- - Carton | |
$ llenv setup ikachan -l perl -v per-5.14.2 | |
$ cd ~/llenv/apps/ikachan | |
$ llenv exec carton -- install App::Ikachan | |
$ llenv install ikachan | |
$ ikachan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment