Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "THyM"

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{THyM}}
 
{{THyM}}
 +
Thym (The HYbrid Mobile) project delivers IDE components and a framework for developing
 +
Hybrid Mobile Applications on the Eclipse platform. The delivered IDE components
 +
support the [http://cordova.apache.org Apache Cordova] framework, but facilitate extensibility to other frameworks.
  
== Download and installation ==
+
== Installation ==
  
Latest snapshots are available at: http://download.eclipse.org/thym/snapshots
+
The best way to install Thym is by [http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Ftasks%2Ftasks-127.htm&cp=0_3_17_5 adding] the Thym update site and
 +
[http://help.eclipse.org/luna/topic/org.eclipse.platform.doc.user/tasks/tasks-124.htm?cp=0_3_17_1 installing] with the  Eclipse update manager.
 +
 
 +
=== Update sites ===
 +
 
 +
===== Latest Release =====
 +
    http://download.eclipse.org/thym/releases/latest/
 +
 
 +
===== Snapshot builds =====
 +
 
 +
    http://download.eclipse.org/thym/snapshots
 +
 
 +
=== Requirements ===
 +
 
 +
Platform SDKs are needed only for the platforms that you plan to target. We currently support development for Android and iOS.
 +
 
 +
* [http://developer.apple.com iOS SDK] with the latest Xcode including the Xcode Command Line Tools
 +
* [http://developer.android.com Android SDK] with the absolute latest updates for all Android SDK components.

Latest revision as of 14:50, 31 January 2015


THyM
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


Thym (The HYbrid Mobile) project delivers IDE components and a framework for developing Hybrid Mobile Applications on the Eclipse platform. The delivered IDE components support the Apache Cordova framework, but facilitate extensibility to other frameworks.

Installation

The best way to install Thym is by adding the Thym update site and installing with the Eclipse update manager.

Update sites

Latest Release
   http://download.eclipse.org/thym/releases/latest/
Snapshot builds
   http://download.eclipse.org/thym/snapshots

Requirements

Platform SDKs are needed only for the platforms that you plan to target. We currently support development for Android and iOS.

  • iOS SDK with the latest Xcode including the Xcode Command Line Tools
  • Android SDK with the absolute latest updates for all Android SDK components.

Back to the top