One - One Code All

Blog Content

TextMate2 最新版下载及源码编译过程

Linux-Mac   2018-10-01 16:01:41

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。


上一篇:mac退格键
下一篇:error SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443

The minute you think of giving up, think of the reason why you held on so long.