Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 908 Bytes

witaqua.md

File metadata and controls

50 lines (35 loc) · 908 Bytes

Building WitAqua

Prerequisites

Before you begin, it is essential to ensure that your machine meets the necessary requirements and has the required dependencies installed.

Initialize the Repository

Create a directory for your Android source code:

mkdir ~/witaqua
cd ~/witaqua

Now initialize the repo:

repo init -u https://github.com/WitAqua/manifest.git -b 15 --git-lfs

Sync the Repository

Sync the repository to download the source code:

repo sync

::: info This can take several hours depending on your internet connection. :::

Set Up the Build Environment

Before you can build, you'll need to set up the environment for the build.

. build/envsetup.sh

Choose the Device

breakfast <codename>

Build the Source

Start the build process:

brunch <codename>