To get started with Team-Razor, you'll need to get familiar with Git and Repo.
You will need to set up some directories in your build environment
To create them run:
mkdir -p ~/Razor
cd ~/Razor
repo init -u git://github.com/TEAM-RAZOR/platform_manifest.git -b lp5.1
Grab the Sources here:
https://github.com/Razor-Developers
OR
initialize directly with this command:
repo init -u git://github.com/Razor-Developers/platform_manifest.git -b mm-6.0
repo sync
. build/envsetup.sh
lunch
make -j16 razor (Or simply run ./buildbot.sh <Device-Name>)