tsemgr README
=============

to compile do the following:
- if you like to have support for uploading files to your
  phone using bluetooth you'll need a bluetooth stack (see below)
  and openobex compiled with bluetooth support.
  open Makefile in your favourite text editor and edit it
  as follows to enable bluetooth upload support:
  -> uncomment the lines
     #LDFLAGS+=-lbluetooth
     and
     #CFLAGS+=-D__HAVE_BLUETOOTH__
- type make
- that's all

note:
to compile and run tsemgr you'll need gtk libraries and
header files (http://www.gtk.org/), and libezV24 libraries and headers
(http://ezv24.sourceforge.net/).
as well you'll need openobex (http://openobex.sourceforge.net/)!
and if you like to upload files via bluetooth you need a bluetooth
stack installed (for example bluez: http://bluez.sourceforge.net/)
and openobex compiled with bluetooth support.
