To compile it:
  mkdir build
  cd build/
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  make

To install it:
  cd build/
  make install #Might need sudo

To launch the Terminal locally (for development purposes), use "./pantheon-terminal" from the build/ directory.