Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 673 Bytes

File metadata and controls

23 lines (14 loc) · 673 Bytes

CyanogenMod for Virgin Mobile HTC Evo V 4G

Getting Started

To get started with Android/CyanogenMod, you'll need to get familiar with Git and Repo.

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

repo init -u git://github.com/HTCCM9/android.git -b ics

Then to sync up:

repo sync

Now time to build:

. build/envsetup.sh && brunch shooter

For more information on this Github Organization and how it is structured, please read the wiki article