Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Packages

Gustavo Sverzut Barbieri edited this page Nov 4, 2015 · 7 revisions

Packages of Soletta are being made available for Linux distributions, containing libsoletta and tools like sol-fbp-runner and sol-fbp-generator. If you have any issue related to these packages, please, [report it here] (https://github.com/solettaproject/soletta-packaging/issues/new). Those interested in contributing to the packaging, check soletta-packaging out.

Arch Linux

Packages for Arch Linux are available in AUR:

Ubuntu and Debian

Ubuntu packages are published in the official Soletta Project PPA (they should work with Debian as well). You can add this PPA to your system's software source by using add-apt-repository:

add-apt-repository ppa:solettaproject/packages

Or by doing it manually using your preferred text editor, editing /etc/apt/source.list.d/solettaproject-pkgs.list (replacing VERSION with your current Ubuntu version - trusty, vivid or willy):

deb http://ppa.launchpad.net/solettaproject/packages/ubuntu VERSION main
deb-src http://ppa.launchpad.net/solettaproject/packages/ubuntu VERSION main

Then, run:

apt-get update
apt-get install libsoletta

This will install the library and sol-fbp-runner, which is the tool that allows you to execute FBP files. Additional modules can be installed, check them out by running:

apt-cache search libsoletta-flow-module

If you feel brave enough, install libsoletta-dev to get the development files and additional tools (e.g. sol-fbp-generator).

Fedora

We're hosting the RPM spec (https://github.com/solettaproject/soletta-packaging/tree/master/rpm) and working to get it upstream to Fedora repositories. Meanwhile you can get it from Koji:

ClearLinux

ClearLinux supports soletta, just use the iot bundle:

clr_bundle_add iot

Yocto

We have a soletta layer with additional dependencies to allow running Soletta Development Application in it. See:

Clone this wiki locally