Prometheus based on OmniROM
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>