Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 4f6135df05109817c498184564010795 > files > 11

openobex-apps-0.9.8-1mdk.i586.rpm

This is the apps that comes with the Open OBEX c-library. These are not meant
to be more than test-programs to look at if you want to see how use the
library itself.

To build them you need to first compile and _install_ the library.
Then you do the usual:
# ./configure --prefix=<where you want>
# make
# make install


To build on win32 you need to edit makefile.msc.rules.
To compile using VC6:

# copy config.h.win32 config.h
# nmake -f makefile.msc