Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.02 KB

banner

EunoiaOS

Getting Started


To get started with the EunoiaOS sources, you'll need to get familiar with Git and Repo.

Requirements

  • Around 500GB disk space.
  • Around 16GB RAM running Linux.

To initialize your local repository, use command:

repo init --depth=1 -u https://github.com/EunoiaOS/android_manifest.git -b eunoia-1.0 --git-lfs

Then sync up:

repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j8

Build our source

. build/envsetup.sh
eunoiaos <device-codename>

Credits: