Skip to content

How to compile our repositories

marduk191 edited this page Jan 2, 2015 · 5 revisions

Steps to successfully compile our repositories.

Before starting, please create a working directory somewhere inside of your home directory. Make sure you are in your working directory before going ahead.

Cyanogenmod variants:

CM11

  1. repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
  2. Place PDT_CM_presto.xml in the .repo/local_manifests folder
  3. repo sync -j4
  4. ./vendor/cm/get-prebuilts
  5. . build/envsetup.sh
  6. make installclean
  7. time brunch presto

Note: Adding j# to the command specifies how many threads to use.

  • Faster connections may use more threads to sync, and less if errors occur.
  • A good way to measure threads for your CPU is Cores+1 for AMD and cores+hyperthreading cores+1 for Intel.

##SlimRoms variants:

###Slimkat 4.4

TODO

Clone this wiki locally