Skip to content

MoonBase-Project/manifest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConquerOS

ConquerOS 4.X Raven Download ConquerOS Download ConquerOS

ConquerOS is a simple CAF Based Custom ROM with additional features and UI/UX improvement to give user good experience when using it.

Building ConquerOS

Requirements

Before start to compiling ConquerOS for your own device, you need to complete some requirements as explained bellow:

  • 16GB RAM (Swap can be helpful)
  • Quadcore Processor
  • 300GB Free Disk Space (Recommended to use SSD)
  • Internet conncection

Download ConquerOS Source

Now, let's Download ConquerOS Source

  • First, make directory for ConquerOS Source, and then enter to the directory.
$ mkdir -p ~/conquer
$ cd ~/conquer
  • Second, initialize ConquerOS Source manifest in the directory
$ repo init -u git://github.com/ConquerOS/manifest.git -b eleven
  • Just in case you just want save more space and data, you can use command below
$ repo init --depth=1 -u git://github.com/ConquerOS/manifest.git -b eleven
  • Third, start downloading the ConquerOS Source.
$ repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j$(nproc --all)

Start building

Now, let's start compilation

  • Call building environtment setup script.
$ source build/envsetup.sh
$ lunch conquer_<device_codename>-userdebug
$ make carthage -j$(nproc --all)

For more information, you can check our Wiki

Follow us

About

The Beginning of Conquest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors