(OK) cm-x86-13.0 - download - compile - install(virtualbox)


cm-x86-13.0 - download - compile - install(virtualbox)

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
download
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

-------------------------------
in IBM Server
-------------------------------

[root@localhost cm-x86-13.0-rc1]# pwd

/opt/android-x86/cm-x86-13.0-rc1

[root@localhost cm-x86-13.0-rc1]#

curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/repo
chmod a+x /usr/bin/repo

repo init -u git://git.osdn.jp/gitroot/android-x86/manifest -b marshmallow-x86 -m cm.xml
repo sync --no-tags --no-clone-bundle



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
compile
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

-------------------------------
in IBM Server
-------------------------------

[root@localhost cm-x86-13.0-rc1]# pwd

/opt/android-x86/cm-x86-13.0-rc1

[root@localhost cm-x86-13.0-rc1]#

echo $JAVA_HOME

export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.75-2.5.4.2.fc20.x86_64
export PATH=$JAVA_HOME/bin:$PATH
. build/envsetup.sh
lunch cm_android_x86_64-userdebug
m -j32 iso_img

-------------------------------

[root@localhost cm-x86-13.0-rc1]# m -j32 iso_img

Total translation table size: 6900
Total rockridge attributes bytes: 3312
Total directory bytes: 12288
Path table size(bytes): 88
Done with: The File(s)                             Block(s)    272976
Writing:   Ending Padblock                         Start Block 273020
Done with: Ending Padblock                         Block(s)    150
Max brk space used 20000
273170 extents written (533 MB)


/opt/android-x86/cm-x86-13.0-rc1/out/target/product/android_x86_64/cm_android_x86_64.iso is built successfully.


make: Leaving directory '/opt/android-x86/cm-x86-13.0-rc1'

#### make completed successfully (46:00 (mm:ss)) ####

[root@localhost cm-x86-13.0-rc1]#

-------------------------------



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
install(virtualbox)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



posted @ 2016-10-20 08:21  张同光  阅读(114)  评论(0编辑  收藏  举报