File: README

package info (click to toggle)
openobex-apps 1.0.0-rel-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 384 kB
  • ctags: 108
  • sloc: sh: 1,942; ansic: 1,548; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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