Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 935 Bytes

File metadata and controls

36 lines (19 loc) · 935 Bytes

Prometheus Open Source Project

Prometheus based on OmniROM

Getting Started

SETUP BUILD ENVIROMENT

Download Linux Distro

Prefer Linux Mint 64 Bits Download Link

COMPLETE GUIDE FOR SETUP ALL ENVIROMENT XDA Guide

To get started with PrometheusOpenSource, you'll need to get familiar with Git and Repo.

To initialize your local repository using the Prometheus trees, use a command like this:

repo init -u git://github.com/PrometheusOpenSource/android.git -b android-4.4

or use this:

repo init -u https://github.com/PrometheusOpenSource/android -b android-4.4

Then to sync up:

repo sync

Then to build:

 cd <source-dir>; . build/envsetup.sh; brunch <device_name>