Skip to content

Install Source Files

Dmitry Narkevich edited this page Apr 15, 2016 · 3 revisions

Toolchain

You'll need to install the cross-toolchain for building ARM applications.
Copy either the 64-bit or 32-bit [Legato-Toolchain-file] to /opt/swi and then extract it.

$ mkdir -p /opt/swi     
$ chmod u+x [toolchain.sh file]     
$ ./[toolchain.sh file]     
You may need to use sudo to run mkdir.

Framework

git clone https://github.com/legatoproject/legato-af.git
make

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

Clone this wiki locally