~cdambrosio/pantheon-terminal/fix-1424782

1
2
3
4
5
6
7
8
9
10
11
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.