Tag: osx

Compiling Textmate

TextMate 2 recently went open source on github and a coworker friend of mine was asking if I had compiled it yet. Here's the quick and easy on how to compile it. Prerequisites Either homebrew or macports (I'll be using homebrew for this post) Xcode 4.4+ (make sure to open at least once and accept licence agreement) Now install the needed apps with brew: [shell] brew install ragel boost multimarkdown hg ninja proctools [/shell] ninja — build system similar to  ragel — state machine compiler boost — portable…