Git Product home page Git Product logo

tisdk's Introduction

TISDK

Install GA, RC, Beta, Alpha titanium sdk builds. Works also for v4+.

This is based on the git tags in the repository and the Appcelerator CI builds.

Install

$ npm install -g tisdk

Commmands

tisdk list - list available GA and RC builds, use the --ga-only flag to hide RCs and Betas

tisdk install [version] - installs the GA sdk , e.g. 4.0.0.GA. --force flag overrides existing install.

tisdk download [version] - installs the GA sdk , e.g. 4.0.0.GA.

tisdk build [version] - manually builds the GA sdk from the source, e.g. 5.0.0.GA. --force flag overrides existing install.

Manual builds

When using the tisdk build command ensure you have everything installed for the manual build. See the Appcelerator Wiki. In short you need node, android sdk API 23 and ndk, scons, python, git, oracle jdk 1.6, ios sdk, etc.

Also make sure your environment variables are set. For example:

export ANDROID_SDK="$HOME/Android"
export ANDROID_NDK="$HOME/android-ndk-r9d"
export ANDROID_PLATFORM="$ANDROID_SDK/platforms/android-23"
export GOOGLE_APIS="$ANDROID_SDK/add-ons/addon-google_apis-google-23"
export JAVA_HOME=$(/usr/libexec/java_home -v $1)
export PATH=$ANDROID_SDK/tools:$ANDROID_SDK/platform-tools:$JAVA_HOME/bin:$PATH

Platforms Support

  • OSX - installs the sdk to ~/Library/Application Support/Titanium.
  • Linux - installs the sdk to ~/.titanium (thanks @m1ga)

Licence: MIT

tisdk's People

Contributors

dbankier avatar m1ga avatar

Watchers

Josh Lambert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.