root/trunk/README

Revision 205, 0.9 KB (checked in by holtmann, 3 years ago)

Update copyright information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1OpenOBEX - Free implementation of the Object Exchange protocol
2**************************************************************
3
4Copyright (C) 1998-2000  Dag Brattli <dagb@cs.uit.no>
5Copyright (C) 1999-2000  Pontus Fuchs <pontus.fuchs@tactel.se>
6Copyright (C) 2001-2002  Jean Tourrilhes <jt@hpl.hp.com>
7Copyright (C) 2002-2006  Marcel Holtmann <marcel@holtmann.org>
8
9
10Compilation and installation
11============================
12
13In order to compile OpenOBEX you need following software packages:
14        - GCC compiler
15
16To configure run:
17        ./configure --prefix=/usr
18 
19Configure automatically searches for all required components and packages.
20
21To compile and install run:
22        make && make install
23
24
25Information
26===========
27
28Mailing lists:
29        openobex-users@lists.sf.net - OpenOBEX discussions
30
31For additional information about the project visit OpenOBEX web site:
32        http://www.openobex.org
Note: See TracBrowser for help on using the browser.