Sync sources:
$ repo init -u https://github.com/Komodo-OS-Rom/manifest.git -b ten
or shallow clone if you don't have much bandwith
$ repo init -u https://github.com/Komodo-OS-Rom/manifest.git -b ten --depth=1
$ mkdir -p .repo/local_manifests
$ wget https://raw.githubusercontent.com/rio-31/manifest-rom/komodo10/komodo.xml -O .repo/local_manifests/roomservice.xml
$ repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
To build:
$ export LC_ALL=C
$ . build/envsetup.sh
$ lunch komodo_kenzo-userdebug
$ masak komodo -j$(nproc --all)