Developer Studio IDE

These are the steps required to setup Legato for Developer Studio IDE on a Linux host.

Setup apt sources

It's recommended to use Debian packets (Debian/Ubuntu distributions or any other compatible with APT repositories).

Run the follow to reference the Developer Studio APT repository:

wget http://updatesite.sierrawireless.com/developerStudio3/debian/devstudio.list -O - | sudo tee /etc/apt/sources.list.d/devstudio.list
wget http://updatesite.sierrawireless.com/developerStudio3/debian/devstudio.key -O - | sudo apt-key add -
sudo apt-get update

Install Packages

Install Developer Studio for Legato by running:

sudo apt-get install devstudio-legato

Get Latest Version

To get the latest Legato version, open Developer Studio, go to the Package Manager perspective, and install it from the official Sierra Wireless repository.

Native or Docker Version

You have the choice between two Legato versions:

  • Native: the native GCC cross compiler Toolchain will be installed to build Legato applications.
  • Docker: build will be addressed through Docker (as it is done on Windows).

Follow the provided interactive cheat sheet in Developer Studio to run your first Legato Hello World application on your device.


Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.