TextMate2 最新版下载及源码编译过程
在mac下的编辑器都不方便保存为GBK编码,终于找到 textmate。
官网下载:https://macromates.com/
gitlab: https://github.com/textmate/textmate
安装:参考gitlab里的readme
brew install ragel boost multimarkdown hg ninja capnp google-sparsehash libressl
git clone --recursive https://github.com/textmate/textmate.git
cd textmate
git submodule update --init
./configure && ninja
/var/root/build/TextMate/Application/TextMate/ 目录下生成 TextMate.app。
su 到 root 帐户执行 “cp -rv /var/root/build/TextMate/Application/TextMate/TextMate.app /Application/” 完成 TextMate2 的安装,
之后就可在“Finder->应用程序” 里运行你的 TextMate2。