Android OS Forum banner

Trying to build CWM from source

8K views 12 replies 3 participants last post by  trter10 
#1 · (Edited by Moderator)
Hi guys I'm trying to build CWM from the github repository to get a feel for building recoveries. Anybody know of any tutorials on this? Thanks! (Also, I can't find the android gingerbread repo)

I am dual-booting windows 7 and ubuntu 12.04, so I can use either.
 
#8 · (Edited by Moderator)
http://source.androi...ownloading.html

To install, initialize, and configure Repo, follow these steps:

Code:
<br />
$ mkdir ~/bin<br />
$ PATH=~/bin:$PATH<br />
<br />
$ curl [URL=https://dl-ssl.google.com/dl/googlesource/git-repo/repo]https://dl-ssl.google.com/dl/googlesource/git-repo/repo[/URL] > ~/bin/repo<br />
$ chmod a+x ~/bin/repo<br />
<br />
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top