In order to build patchrom project, you must have android sdk installed.(http://developer.android.com/sdk/installing.html)
And add the sdk tools and platform-tools to PATH. Open Terminal, digite this:
gedit ~/.bashrc
add this line in top:
export PATH=${PATH}:/home/xxx/android-sdk-linux/tools export PATH=${PATH}:/home/xxx/android-sdk-linux/platform-tools
To get started with MiCode/patchrom, you'll need to get familiar with Git and Repo. To get started with MiCode/patchrom, you'll need to get familiar with Git and Repo.
To initialize your local repository using the patchrom trees, use a command like this:
To initialize your local repository using the patchrom trees, use a command like this:
$ mkdir patchrom
$ cd patchrom
$ repo init -u git://github.com/MiCode/patchrom.git -b marshmallow
Then to sync up:
$ repo sync
$ git clone git@github.com:JactiveLTEam/MIUI-8.git jactivelte
$ . build/envsetup.sh && cd jactivelte
$ make fullota