Time Capsule のbackupファイルを消す。 ― 2012/10/12 18:36
Time Capsuleの残量が減ってきたので、LIONとか 過去の要らないTimemachineのbackupファイルを消すことにした。
ドラックして削除選んだら、遅くて耐えられない
途中で止めた
command lineでrm -r ファイル名で消した。rootになる必要は無かった。400GBでも結構速い?ゴミ箱使うよりは かなり速いみたい
open source化されたtextmateのbuild ― 2012/10/12 20:20
1.関連ソフトのinstall
(前提 homebrewでtextmate 2.0をbuild)
brew install ninja <−Googleと--headを付けているがエラーになったのでそのまま入れた
brew install ragel boost multimarkdown hg git
2.gitを利用(適当な所にgitから持ってくる)
ーー以下はgithubに書いてある 通り---
git clone https://github.com/textmate/textmate.git
cd textmate
git submodule update --init
./configure && ninja
終わると勝手に上がる
buildされた本体はgithubに書いてある所に出来る
エラーがmallocで出ていたが 動く。正規版で最初にこけるのは
この所かな、allocは何時も 鬼門みたい
(前提 homebrewでtextmate 2.0をbuild)
brew install ninja <−Googleと--headを付けているがエラーになったのでそのまま入れた
brew install ragel boost multimarkdown hg git
2.gitを利用(適当な所にgitから持ってくる)
ーー以下はgithubに書いてある 通り---
git clone https://github.com/textmate/textmate.git
cd textmate
git submodule update --init
./configure && ninja
終わると勝手に上がる
buildされた本体はgithubに書いてある所に出来る
エラーがmallocで出ていたが 動く。正規版で最初にこけるのは
この所かな、allocは何時も 鬼門みたい
最近のコメント