Changes between Version 5 and Version 6 of Android/Building


Ignore:
Timestamp:
05/07/2019 03:22:13 PM (5 years ago)
Author:
Tim Harvey
Comment:

update Ubuntu 16.04 pre-requisites

Legend:

Unmodified
Added
Removed
Modified
  • Android/Building

    v5 v6  
    214214}}}
    215215
    216 Ubuntu 16.02/14.04 (Note that most of these instructions were found [http://forum.xda-developers.com/showthread.php?t=2639611&page=1 here]):
     216Ubuntu 16.04 (Note that most of these instructions were found [http://forum.xda-developers.com/showthread.php?t=2639611&page=1 here]):
     217{{{#!bash
     218sudo apt-get install git ccache automake lzop bison gperf build-essential zip curl zlib1g-dev zlib1g-dev:i386 g++-multilib python-networkx libxml2-utils bzip2 libbz2-dev libbz2-1.0 libghc-bzlib-dev squashfs-tools pngcrush schedtool dpkg-dev liblz4-tool make optipng
     219sudo apt-get install u-boot-tools uuid-dev liblzo2-dev librsvg2-dev intltool mtd-utils pv
     220}}}
     221
     222Ubuntu 14.04 (Note that most of these instructions were found [http://forum.xda-developers.com/showthread.php?t=2639611&page=1 here]):
    217223{{{#!bash
    218224sudo apt-get purge icedtea-\* icedtea6-\*
     
    418424
    419425Note that the Android partition layout we use requires 8 partitions which are typically not supported with built-in SDIO host controllers based on standard kernel configurations (which is what you are using if your microSD shows up as /dev/mmcblk*). We recommend using a USB based microSD card reader/writer which can be found from office supply stored for under $5.
     426
    420427
    421428