====== Building obex-data-server ======
This document describes building of obex-data-server **__0.4__**
==== Steps ====
Use standard Autotools building procedure:
./configure
make
make install
See [[building#configure_options|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
==== Dependencies ====
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%%'') \\
==== configure options ====
^ Option name ^ Description ^
| **''%%--enable-bip=[gdk-pixbuf | magick | auto | no]%%''** | __:!:since ods 0.4__ auto by default. If auto is selected, ImageMagick is used as the default library for handling image operations, if not found, gdk-pixbuf is used. You can also specify which library you want to use or disable image operations (bear in mind that some BIP functions will not work) |
| **''%%--with-dbus-dir=