~elementary-apps/pantheon-mail/trunk

1
2
3
4
5
6
7
8
9
---------------------------------
BUILD Mail
---------------------------------

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install (optional; system installation)