There use to be directions located at this page that gave steps for installing dev studio from the zip. It looks like the page now refers to leaf and not dev studio. Has the tutorial for install dev studio moved or is it no longer available? I am trying to install it on a new linux machine.
I was able to find a older version of the page. For those that need it here is the commands needed:
1. Install System Dependencies
Legato development environment has some dependencies with some software that needs to be installed on your Linux distribution.
For Ubuntu Linux distribution:
Check your Ubuntu version
lsb_release -d
If you are running an Ubuntu version older than 14.10 then install OpenJDK Java 8 as follow, otherwise go to the next step to install dependencies
sudo add-apt-repository ppa:openjdk-r/ppasudo apt-get updatesudo apt-get install openjdk-8-jresudo update-alternatives --config java
Check whatever your Linux computer is 32-bit or 64-bit
uname -m
Install generic dependencies
sudo apt-get install openjdk-8-jre libwebkitgtk-1.0-0 build-essential python-jinja2 ninja-build
If you are running on a 64-bit operating system, install some additional dependencies
sudo apt-get install lib32z1 lib32ncurses5
If you plan to develop Legato applications with Java language, install some additional dependencies
sudo apt-get install openjdk-8-jdk
For other Linux distributions, use your distribution packets system to install the required packages per the Ubuntu list above (package names may differ for different distributions).
2. Install the Legato Develoment Environment
Download the appropriate Legato ZIP archives
Extract the 32-bit or 64-bit legato zip archive to the ‘legato’ subdirectory in your home directory (Replace ‘##’ with ‘32’ or ‘64’ as appropriate.)
unzip legato*##* -d ~/legato
Finish installing Legato
cd ~/legato./legato-spm --installed --update-link