View on GitHub

TextMate 2

TextMate is a graphical text editor for OS X 10.7+

Download this project as a .zip file Download this project as a tar.gz file

Building TextMate

To bootstrap the build you need to run ./configure (in the root of the source tree). You can set a few (environment) variables read by this script that change the generated build file:

In the simplest case you would run:

git clone https://github.com/textmate/textmate.git
cd textmate
git submodule update --init
./configure && ninja

Please note that if you downloaded the source code (rather than cloned via git) you likely miss the submodules and the build will therefore fail.

Prerequisites

To build the source the following must first be installed on your system:

Discussions

There is a mailing list and the #textmate IRC channel at freenode.net.