ConquerOS is a simple CAF Based Custom ROM with additional features and UI/UX improvement to give user good experience when using it.
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
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)
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
