OS: Android - Build AOKP: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
New page: ==Referensi== * http://rootzwiki.com/topic/31166-tutorial-building-aokp-ubuntu-1204/ ==Pranala Menarik== * Android * Pemrogramman Android * [[OS: Android - Mempersiapkan Deve...
 
Onnowpurbo (talk | contribs)
No edit summary
Line 1: Line 1:
Build Environment
* Linux based operating system -- Tested on Ubuntu 12.04, 12.10, 13.04 (64bit)
    Terminal
* Decent hardware (minimum of at least a dual core CPU and 4 GB of RAM)
* Optimally have an SSD (standard mechanical drives work as well but slow down the process drastically)
* Must have required packages for building installed, I will list them further down
sudo apt-get install git gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386 \
pngcrush schedtool





Revision as of 10:01, 2 September 2013

Build Environment

  • Linux based operating system -- Tested on Ubuntu 12.04, 12.10, 13.04 (64bit)
   Terminal
  • Decent hardware (minimum of at least a dual core CPU and 4 GB of RAM)
  • Optimally have an SSD (standard mechanical drives work as well but slow down the process drastically)
  • Must have required packages for building installed, I will list them further down



sudo apt-get install git gnupg flex bison gperf build-essential \
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev \
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 \
libgl1-mesa-dev g++-multilib mingw32 tofrodos \
python-markdown libxml2-utils xsltproc zlib1g-dev:i386 \
pngcrush schedtool



Referensi

Pranala Menarik