LoginSignup
1
0

More than 5 years have passed since last update.

erutasoをmacにインストールして使えるようにする

Last updated at Posted at 2016-07-08

erutaso

これです。
スクリーンショット 2016-07-08 10.16.36.png

やること

  1. githubからクローンしてくる
  2. コンパイル(ビルド)する
  3. 適切なディレクトリにコピーする
  4. 実行する

具体的な手順

適当なディレクトリで

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を削除

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0