Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 477 Bytes

README-dev.md

File metadata and controls

32 lines (20 loc) · 477 Bytes

Developer Guide

Dependencies:

  • GIT
  • GLib >=2.2
  • Flex
  • Bison
  • GCC >= 4
  • autotools

Getting set up

Ubuntu / Debian

$ apt-get install git flex bison automake autoconf libtool pkg-config libglib2.0-dev
python-gobject-dev

FreeBSD

Work in progress

$ pkg_add -r git flex bison autotools gmake pkg-config glib20 py26-gobject

Building the source

$ ./autogen.sh --enable-debug
$ make

Running the test suite

$ make test