Skip to content
phonglong edited this page Aug 11, 2012 · 9 revisions

Welcome to the textmate wiki!

command_line_tools without xcode (Mountain Lion)

Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.0.0

Here are particaly changed instructions for installing it with homebrew:

  • curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local –strip 1

  • brew install ragel boost pgrep multimarkdown hg

  • brew install --HEAD https://raw.github.com/adamv/homebrew-alt/master/head-only/ninja.rb

  • git clone --recursive https://github.com/textmate/textmate.git textmate

  • cd textmate

  • ./configure && ninja

Clone this wiki locally