LoginSignup
13
12

More than 5 years have passed since last update.

オープンソース版TextMateのコンパイル方法

Posted at

みなさん元気にSublime Text2使ってますか?
たまには懐かしのTextMateを使ってみるのはいかがでしょうか?
TextMate2は長い間日本語対応が放置されていましたがオープンソース版のTextMateは初めから日本語が使えます。(細長くありません!)
インストールは簡単なのでぜひ試してみましょう。

コンパイル方法はGithubに書いてますが簡単にまとめておきます。
https://github.com/textmate/textmate

環境: MacOSX 10.8, HomeBrewインストール済み

$ brew install ragel boost multimarkdown hg ninja proctools
$ git clone https://github.com/textmate/textmate.git
$ cd textmate
$ git submodule update --init
$ ./configure && ninja
13
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
12