You can install the Legato ADK through the Developer Studio Software Package Manager command line.
Setup your apt sources as explained in https://developer.sierrawireless.com/developerstudio
Install Software Package Manager for Legato by running:
sudo apt-get install devstudio-legato-spm
Here's how to use the SPM.
legato-spm [OPTION]
Options:
tree
Displays repository tree of available releases and modules.
-r <release> -m <module> browse
Displays available packages that can be installed from the repository for a specified release and module.
-r <release> -m <module> install
Installs packages from the repository for a specified release and module.
list
Lists currently installed Legato packages.
Packages are installed by default to your ~/.devstudio/packages directory:
legato.framework.* - Prebuilt Legato framework packages legato.toolchain.* - GCC cross compiler Toolchains legato.devimg.* - Device Images allowing to upgrade Legato devices system software
Use this script to confirgure Legato:
source ~/.devstudio/packages/legato.sdk.VERSION/resources/configlegatoenv
Your environment is now ready to Develop Apps.
Copyright (C) Sierra Wireless, Inc. 2014. Use of this work is subject to license.