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