This document describes building of obex-data-server 0.4
Use standard Autotools building procedure:
./configure make make install
See configure options section for options you can use with configure.
Sample configure line to install with /usr prefix and enable debug:
./configure --prefix=/usr --enable-debug
glib (>=2.10.0)
dbus (>=1.0)
dbus-glib (>= 0.70)
BlueZ (>=3.34)
openobex (>=1.3)
Optional:
ImageMagick (>=6.0.0)
since ods 0.4 (can be disabled with --enable-bip=no)
gdk-pixbuf (>=2.0)
since ods 0.4 (can be used instead of ImageMagick with --enable-bip=gdk-pixbuf)
| Option name | Description |
|---|---|
--enable-bip=[gdk-pixbuf | magick | auto | no] | |
--with-dbus-dir=<dir> | Specify different DBus root directory |
--enable-system-config | Install DBus system config file (needed to run ods in System Bus) 1) |
--enable-debug | Include debugging symbols 2) |
--enable-more-warnings | Turn on more compiler warnings 3) |