中文 | English
exTHmUI is an open source Android project with Touhou elements, based on LineageOS.
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
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.
We always welcome developers to submit patches via exTHmUI Code Review.