-
Notifications
You must be signed in to change notification settings - Fork 1
How to compile our repositories
marduk191 edited this page Jan 2, 2015
·
5 revisions
Before starting, please create a working directory somewhere inside of your home directory. Make sure you are in your working directory before going ahead.
- repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0
- Place PDT_CM_presto.xml in the .repo/local_manifests folder
- repo sync -j4
- ./vendor/cm/get-prebuilts
- . build/envsetup.sh
- make installclean
- 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