Install Appcelerator Titanium on openSUSE 42.x Leap
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Appcelerator Titanium Studio for openSUSE 42.x Leap GNOME/KDE i686/x8664 Linux.
To Get Installed Appcelerator Titanium on openSUSE Linux you Need to Download and Install the 4.X Studio Version Based on the Eclipse Platform.
Appcelerator Titanium is an Open, Extensible Development Environment for Creating Native Apps for iOS, Android, and BlackBerry, as well as hybrid and HTML5.
Titanium uses a JavaScript Interpreter to create a Bridge between your app’s JavaScript code and the underlying Native Platform.
The Appcelerator Titanium Installation openSUSE Require:
- At Least 2Gb of RAM
- The Oracle Java JDK
- The Node.js for Command Line Tool
So Inside the How to Install Appcelerator Titanium on openSUSE 42.x Leap 32/64-bit you will Find Links to Guides on Installing the Oracle JDK 6+ for openSUSE and Initial Appcelerator Titanium Quick Start SetUp.
-
Download Appcelerator Titanium for Linux:
-
Double-Click/Right-Click on Archive & Extract into /tmp.
-
Open a Terminal Command Line emulator window
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
SetUp local PATH.
echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc
bash
-
Install Needed Package.
su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
sudo zypper in webkit*
-
Relocate Appcelerator Titanium.
sudo chown -R root:root /tmp/Appcelerator_Studio
mv /tmp/Appcelerator_Studio /opt/AppceleratorStudio
ln -s /opt/AppceleratorStudio/AppceleratorStudio /usr/local/bin/AppceleratorStudio
exit
-
How to Install Required Oracle Java JDK on openSUSE
-
Appcelerator Titanium Quick Start Guide with Initial SetUp
Now Thanks to Appcelerator Company you can Fully Enjoy Cross Platform Mobile App Development with Appcelerator Titanium on openSUSE Linux.