Introduction

Prerequisites

Rizla needs at least Python 2.7 to run.

Here the one-line command to stasfy all the dependency :

sudo apt-get install python python-jinja2 python-sphinx

Android

The Android SDK is necessary if you want to develop Android application. Once you’ve downloaded it, you have to extract it on the system and report the path to the global variable path, for exemple at the end of your bashrc file:

export PATH=$PATH:/path/to/your/sdk/tools
export PATH=$PATH:/path/to/your/sdk/platform-tools

Firefox OS

The simpliest way to run Firefox OS application is to use the Firefox OS Simulator available on Firefox (Web Navigator).

Installation

Latest release

To get the rizla’s latest release, just check out the repository :

hg clone http://bitbucket.org/poulp/rizla

You are now ready to start develop an application with the rizla framework.

Table Of Contents

Related Topics

This Page