Actions
HTCDreamBuild » History » Revision 1
Revision 1/27
| Next »
Denis 'GNUtoo' Carikli, 10/15/2010 01:42 AM
Warning
Do not build as root,always build as user.
Setup
Get and install the repo tool {{{
mkdir bin
cd bin
wget http://android.git.kernel.org/repo
chmod a+x repo
cd ..
}}}
Get replicant 2.2 {{{
mkdir replicant-2.2
cd replicant-2.2
../bin/repo init -u git://gitorious.org/replicant/manifest.git -b replicant-2.2
../bin/repo sync
}}} Each time you want to build replicant 2.2 {{{
cd ~/replicant-2.2
source build/envsetup.sh
export ANDROID_JAVA_HOME=$JAVA_HOME
lunch cyanogen_dream_sapphire-eng
make
}}}
Do not build as root,always build as user.
Setup
Get and install the repo tool {{{
mkdir bin
cd bin
wget http://android.git.kernel.org/repo
chmod a+x repo
cd ..
}}}
Get replicant 2.2 {{{
mkdir replicant-2.2
cd replicant-2.2
../bin/repo init -u git://gitorious.org/replicant/manifest.git -b replicant-2.2
../bin/repo sync
}}} Each time you want to build replicant 2.2 {{{
cd ~/replicant-2.2
source build/envsetup.sh
export ANDROID_JAVA_HOME=$JAVA_HOME
lunch cyanogen_dream_sapphire-eng
make
}}}
Updated by Denis 'GNUtoo' Carikli over 14 years ago · 1 revisions