Project

General

Profile

HTCDreamBuild » History » Version 2

Denis 'GNUtoo' Carikli, 10/24/2010 05:15 AM

1 1 Denis 'GNUtoo' Carikli
== Warning ==
2
 Do not build as root,always build as user.
3
== Setup ==
4
Get and install the repo tool
5
{{{
6
 mkdir bin
7
 cd bin
8
 wget http://android.git.kernel.org/repo
9
 chmod a+x repo
10
 cd ..
11
}}}
12
Get replicant 2.2
13
{{{
14
 mkdir replicant-2.2
15
 cd replicant-2.2
16
 ../bin/repo init -u git://gitorious.org/replicant/manifest.git -b replicant-2.2
17
 ../bin/repo sync
18
}}}
19
20
== Each time you want to build replicant 2.2 ==
21
{{{
22
cd ~/replicant-2.2
23 2 Denis 'GNUtoo' Carikli
 ../bin/repo sync
24 1 Denis 'GNUtoo' Carikli
source build/envsetup.sh
25
export ANDROID_JAVA_HOME=$JAVA_HOME
26
lunch cyanogen_dream_sapphire-eng 
27
make 
28
}}}