Skip to content

[EFIDroid] Getting Started

Michael Zimmermann edited this page Aug 7, 2016 · 19 revisions

To get started with EFIDroid, you'll need to get familiar with Git and Repo.

Installing dependencies

Ubuntu/Debian

apt-get install flex cmake bison zlib1g-dev autopoint autoconf libtool uuid-dev git-core build-essential zip curl gcc-multilib g++-multilib

Arch Linux

pacman -S base-devel cmake zlib git zip curl

Downloading the Source

To initialize your local repository using the EFIDroid trees, use a command like this:

repo init -u git://github.com/efidroid/manifest.git -b master

Then to sync up:

repo sync

Building

Please see Build system for building instructions.