zoukankan      html  css  js  c++  java
  • TextMate2 最新版下载及源码编译过程

    TextMate2 已经开源,我刚编译成功,如果有需要的同学可以点击下面百度网盘的链接下载。我系统版本是:Mac OS X 10.8.4。

    TextMate version 2.0-alpha.9460+git.d9b446d:百度网盘

    分享下编译过程:

    step 1. 下载安装 Xcode

    step 2. 安装 Command Line Tools

    step 3. 安装 brew

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    step 4. 准备编译环境

    brew install ragel boost multimarkdown mercurial

    brew install proctools

      brew install --HEAD llvm --with-clang

    step 5. 获取源码

      git clone https://github.com/textmate/textmate.git

    step 6. 下载 submodule

      cd textmate

      git submodule update --init

    step 7. 编译

      ./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。

  • 相关阅读:
    习题2-7
    习题2-6
    习题2-5
    习题2-4
    习题2-3
    作业二 分支循环结构
    2- 8
    实验三-计算圆柱体积
    实验三-计算n个圆柱体体积
    实验3-计算圆面积
  • 原文地址:https://www.cnblogs.com/daocaoren/p/3235989.html
Copyright © 2011-2022 走看看