Install Appcelerator Titanium for Ubuntu 14.04 Trusty 32bit
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Appcelerator Titanium Studio for Ubuntu 14.04 Trusty Tahr LTS i386 Linux.
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 Titanium Studio Installation Ubuntu Require:
- At Least 2Gb of RAM
- The Oracle Java JDK
- The Node.js for Command Line Tool
So Inside the Guide you will Find Links to Guides on Installing the Oracle JDK 7 for Ubuntu and Initial Titanium Studio Quick Start SetUp.
![Install Appcelerator Titanium Ubuntu 14.04 Trusty i386 - Featured](https://tutorialforlinux.com/wp-content/media/dg139/intro/gnomePenguinBallUbuntu.jpg)
Download Appcelerator Titanium Studio for Linux
Login into your Appcelerator Account and Get Linux 32-bit Release.
Double-Click on Package and Extract into /tmp.
Or from Command Line:unzip -d /tmp/ $HOME/Downloads/titanium.studio*.zip
Open Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+t
In case first see: Terminal QuickStart Guide.
SetUp local PATH.
echo 'export MOZILLA_FIVE_HOME=/usr/lib/mozilla' >> ~/.bashrc
bash
Install Required Packages for Titanium Studio.
sudo su
If Got “User is Not in Sudoers file” then see: How to Enable sudo
apt-get install libjpeg62 libwebkitgtk-1.0-0 ruby
How to Install Recommended Oracle Java JDK on Ubuntu
Relocate Titanium Studio.
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 Create an Appcelerator Launcher on Ubuntu Desktop
Appcelerator Titanium Studio Quick Start Guide with Initial SetUp
Now Thanks to Appcelerator Company you can Fully Enjoy Cross Platform Mobile App Development with Titanium Studio on Ubuntu Linux.