More than 3 years have passed since last update.
erutaso
これです。

やること
- githubからクローンしてくる
- コンパイル(ビルド)する
- 適切なディレクトリにコピーする
- 実行する
具体的な手順
適当なディレクトリで
git clone https://github.com/sgymtic/sl.git #githubからクローン
cd sl #クローンしたディレクトリに移動
make #コンパイル等の処理
cp erutaso /usr/local/bin #実行可能な生成物をパスの通ったディレクトリに配置
cd ../ #クローンしたディレクトリを抜ける
rm -r sl #不要ファイルのお掃除
erutaso #実行
要らなくなったら
rm /usr/local/bin/erutaso
で配置したerutaso
を削除
参考
http://qiita.com/opengl-8080/items/08fdfd0f6dc65b5a53ad
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin