Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Compiling

paulmillar edited this page Sep 30, 2014 · 6 revisions

Here is the list of packages needed for compiling droplet:

  • make
  • automake
  • check (on Debian), check-devel (on Fedora)
  • libtool
  • libxml2-dev
  • libjson0-dev
  • libssl-dev
  • libattr1-dev
  • pkg-config
  • bison

$ ./autogen.sh

$ make

$ sudo make install