How Would I install LMMS on Kali Linux?

I have the tar.bz2 package file of LMMS.

I do not have Cmake or any other requirements for that matter, that LMMS needs.

Basically, I am stuck here.

"Building LMMS got quite simple since 0.4.0 as everything is managed
by cmake now. Therefore make sure you have CMake (>= 2.6.0 recommended) and
then run


mkdir build
cd build
cmake ../ I AM STUCK HERE
make
sudo make install

"