Nitrogen-Tmod is a new rom based on Nitrogen-OS with some extra customizations and ui mods to the nitrogen -os.
sudo su
apt-get update
apt-get install repo git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig
exit
mkdir ~/nitrogen
cd ~/nitrogen
git config --global user.email "[email protected]"
git config --global user.name "login"
repo init -u https://github.com/Nitrogen-Tmod/android_manifest.git -b 10
repo init -u https://github.com/Nitrogen-Tmod/android_manifest.git -b 10 --depth=1
repo sync -j 16
. build/envsetup.sh
lunch nitrogen_rolex-userdebug
make -j 7 otapackage