Upgrade ofono to 1.2
[profile/ivi/ofono.git] / README
1 oFono - Open Source Telephony
2 *****************************
3
4 Copyright (C) 2008-2011  Intel Corporation. All rights reserved.
5
6
7 Compilation and installation
8 ============================
9
10 In order to compile telephony stack you need following software packages:
11         - GCC compiler
12         - GLib library
13         - D-Bus library
14
15 To configure run:
16         ./configure --prefix=/usr --mandir=/usr/share/man \
17                                 --sysconfdir=/etc --localstatedir=/var
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 Kernel Dependencies
26 ===================
27
28 In order to have the PPP stack working in oFono you need to enable CONFIG_TUN
29 (Universal TUN/TAP device driver support) in your kernel .config.
30
31 Information
32 ===========
33
34 Mailing list:
35         ofono@ofono.org
36
37 For additional information about the project visit oFono web site:
38         http://www.ofono.org