Skip to content

Instantly share code, notes, and snippets.

@hansnase
Created May 18, 2017 15:26
Show Gist options
  • Save hansnase/1c544640b45993f79627a46c57c37e44 to your computer and use it in GitHub Desktop.
Save hansnase/1c544640b45993f79627a46c57c37e44 to your computer and use it in GitHub Desktop.

Compile dino on debian stretch

sudo apt-get -s install build-essential cmake gettext ninja-build valac libgee-0.8-dev libsqlite3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libnotify-dev libgpgme-dev libgcrypt20-dev
git clone https://github.com/dino/dino.git
cd dino
./configure
make
build/dino
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment