Skip to content

Instantly share code, notes, and snippets.

@nvasilakis
Last active January 1, 2016 01:09
Show Gist options
  • Select an option

  • Save nvasilakis/8071073 to your computer and use it in GitHub Desktop.

Select an option

Save nvasilakis/8071073 to your computer and use it in GitHub Desktop.
Geary Installation
#!/usr/bin/zsh
# Script on how to compile geary on ubuntu 12.04 and elementary
# git clone git://yorba.org/geary
wget https://launchpad.net/~tombeckmann/+archive/geary/+files/geary_0.4.1-0~1137~ubuntu12.04.1.tar.gz
mkdir geary-backport
tar xvf !wget:$:t -C !!:$
cd !!:$
cd $(ls)
sudo add-apt-repository ppa:vala-team/ppa
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install valac-0.18 cmake libcanberra-dev libgee-dev libglib2.0-dev libgmime-2.6-dev \
libgnome-keyring-dev libgtk-3-dev libnotify-dev libsqlite3-dev libunique-3.0-dev \
libwebkitgtk-3.0-dev libindicate-dev libunity-dev libgranite-dev
./configure
make
./geary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment