step 1. 下载安装 Xcode
step 2. 安装 Command Line Tools
step 3. 安装 brew
ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”
step 4. 准备编译环境
brew install ragel boost multimarkdown mercurial
brew install proctools
brew install –HEAD llvm –with-clang
step 5. 获取源码
git clone https://github.com/textmate/textmate.git
step 6. 下载 submodule
cd textmate
git submodule update –init
step 7. 编译
./configure && ninja
不出意外的话,会在 /var/root/build/TextMate/Application/TextMate/ 目录下生成 TextMate.app。
su 到 root 帐户执行 “cp -rv /var/root/build/TextMate/Application/TextMate/TextMate.app /Application/” 完成 TextMate2 的安装,之后你就可以在 “Finder->应用程序” 里运行你的 TextMate2。