Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

README_EN.md

File metadata and controls

42 lines (25 loc) · 1.07 KB

中文 | English

exTHmUI

What’s exTHmUI?

exthm logo

exTHmUI is an open source Android project with Touhou elements, based on LineageOS.

Getting started

To get started with exTHmUI, you will need to get familiar with Repo and Version Control with Git.

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

repo init -u https://github.com/exthmui/android.git -b exthm-11
repo sync

Start build

To work faster, we introduced a new build script to help you start compiling.

First, go to the root path of your project. We assume that your source is under (/exthm):

cd /exthm

then feel free to use the build script:

. build/envsetup.sh && lunch exthm_xxxxx-userdebug && mka bacon

The script is interactive so everything else is self-explanatory.

Contributing

We always welcome developers to submit patches via exTHmUI Code Review.