Last active
August 29, 2015 13:58
-
-
Save tumugin/10004108 to your computer and use it in GitHub Desktop.
mikutter-install-on-nexus7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#管理者権限になる | |
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