Skip to content

Compiling on Ubuntu

Jesse Cooke edited this page Apr 8, 2017 · 3 revisions

Dependencies for compiling on Ubuntu GNOME 17.04

sudo apt-get install -y \
  build-essential \
  intltool \
  libgtk-3-dev \
  librest-dev \
  libjson-glib-dev \
  libgstreamer-plugins-base1.0-dev \
  valac \
  libxml2-utils \
  sqlite3 \
  libsqlite3-dev \
  libgspell-1-dev
Clone this wiki locally