ofono/README

30 lines
739 B
Plaintext
Raw Normal View History

2009-05-06 04:21:26 +00:00
oFono - Open Source Telephony
*****************************
2009-04-26 18:46:54 +00:00
2010-01-02 01:00:10 +00:00
Copyright (C) 2008-2010 Intel Corporation. All rights reserved.
2009-04-26 18:46:54 +00:00
Compilation and installation
============================
2009-05-06 04:21:26 +00:00
In order to compile telephony stack you need following software packages:
2009-04-26 18:46:54 +00:00
- GCC compiler
- GLib library
- D-Bus library
To configure run:
./configure --prefix=/usr --mandir=/usr/share/man \
--sysconfdir=/etc --localstatedir=/var
2009-04-26 18:46:54 +00:00
Configure automatically searches for all required components and packages.
To compile and install run:
make && make install
2011-01-20 19:03:33 +00:00
Kernel Dependencies
===================
In order to have the PPP stack working in oFono you need to enable CONFIG_TUN
(Universal TUN/TAP device driver support) in your kernel .config.