Skip to content

Instantly share code, notes, and snippets.

@tumugin
Last active August 29, 2015 13:58
Show Gist options
  • Save tumugin/10004108 to your computer and use it in GitHub Desktop.
Save tumugin/10004108 to your computer and use it in GitHub Desktop.
mikutter-install-on-nexus7
#管理者権限になる
sudo su -
#時計をJSTに直す
ln -sf /usr/share/zoneinfo/Japan /etc/localtime
#アプデ
apt-get update
apt-get upgrade
#必要なプログラムのインストール
apt-get install mikutter git ruby-dev firefox
#フォントとか
apt-get install ttf-sawarabi-gothic ttf-vlgothic
#一旦rootから抜ける
exit
#最新版のmikutterをgit cloneする
mkdir miku
cd miku
git clone git://toshia.dip.jp/mikutter.git .
#mikutterを立ち上げる
./mikutter.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment