Back

titanium sdk: 安装指定版本( install specific version)

发布时间: 2015-02-11 00:16:00

refer to official site: https://github.com/appcelerator/titanium

列出所有的可用版本:

$ ti sdk install list
Available Releases:
    3.5.0.GA      3.1.2.GA      2.1.0.GA      1.7.2         1.3.0         0.6.0
    3.4.1.GA      3.1.1.GA      2.0.2.GA      1.7.1         1.2.0         0.5.0
    3.4.0.GA      3.1.0.GA      2.0.1.GA2     1.7.0         1.1.2         0.4.2
    3.3.0.GA      3.0.2.GA      2.0.1.GA      1.6.2         1.1.1         0.4.1
    3.2.3.GA      3.0.0.GA      1.8.2         1.6.1         1.0.0         0.4.0
    3.2.2.GA      2.1.4.GA      1.8.1         1.6.0         0.9.3
    3.2.1.GA      2.1.3.GA      1.8.0.1       1.5.1         0.7.1
    3.2.0.GA      2.1.2.GA      1.7.5         1.5.0         0.6.2
    3.1.3.GA      2.1.1.GA      1.7.3         1.4.0         0.6.1

安装指定的版本:

$ ti sdk install 3.5.0.GA

Back