Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daipresents/9c605590d3c6bac93fd0d5a02988ca4c to your computer and use it in GitHub Desktop.
Save daipresents/9c605590d3c6bac93fd0d5a02988ca4c to your computer and use it in GitHub Desktop.
TextMateがオープンソースになったのでMountain Lionに入れてみた
git clone https://github.com/textmate/textmate.git
cd textmate
git submodule update --init
./configure && ninja
cd ninja
./bootstrap.py
sudo port install ninja
brew install ragel boost multimarkdown hg
./configure && ninja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment