11th Sun
linuxbrewのインストール
まずはGithubからcloneしてくる。
pre>>
git clone https://github.com/Homebrew/linuxbrew.git ~/.linuxbrew
<<--
あとは .zshrc などで
sh>>
export PATH="$HOME/.linuxbrew/bin:$PATH"
export LD_LIBRARY_PATH="$HOME/.linuxbrew/lib:$LD_LIBRARY_PATH"
<<--
以上で完了。使い方は homebrew とだいたい同じ
posted by
genki on Sun 11 May 2014 at 20:40 with 0 comments