From c18a9e87eea8166d0968468c47f41d70baff4beb Mon Sep 17 00:00:00 2001 From: David Rouleau Date: Wed, 30 Jul 2014 21:22:34 -0400 Subject: [PATCH] Add README --- README.mkdn | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.mkdn diff --git a/README.mkdn b/README.mkdn new file mode 100644 index 0000000..99ffcd2 --- /dev/null +++ b/README.mkdn @@ -0,0 +1,26 @@ +HOW-TO for building CyanogenMod +_______________________________ + +- First, follow http://source.android.com/source to figure out how to get your build environment running, etc +- Make a directory for your build source, then sync CyanogenMod: repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0 +- git clone https://github.com/Shabbypenguin/android_device_motorola_peregrine device/motorola/peregrine +- git clone https://github.com/Shabbypenguin/android_device_motorola_msm8226-common device/motorola/msm8226-common +- git clone https://github.com/Shabbypenguin/android_kernel_motorola_msm8226 kernel/motorola/msm8226 +- That will give you my 3 repos you will need additional ones from CM github that can be found in device/motorola/peregrine/cm.dependencies +- Plug in your phone, and run the extract files script against a working cyanogenmod build +- Change directory to the top, and source the build environment setup: . build/envsetup.sh +- Use the command brunch peregrine, and wait as your meal cooks. +- It should output an update.zip in out/target/product/peregrine/... you've made CyanogenMod. Congratulations. + + + +List of Contributers to the device tree +___________________________________________________________________________ + +- DHacker +- Shabbypenguin +- SomCom3x + +A full CHANGELOG for CyanogenMod can be found in its vendor: https://github.com/CyanogenMod/android_vendor_cm/blob/ics/CHANGELOG.mkdn + +Keep in mind guys, CyanogenMod is open source, and a community project. Get involved, and help us code for a better future :D