Skip to content

Instantly share code, notes, and snippets.

@riywo
Created January 26, 2012 07:56
Show Gist options
  • Save riywo/1681604 to your computer and use it in GitHub Desktop.
Save riywo/1681604 to your computer and use it in GitHub Desktop.
llinstallとllenvでikachan入れる
$ 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