ofono with local patches/modifications
Go to file
Marcel Holtmann fac1349090 Some minor coding style cleanups for G1 plugin 2009-09-02 19:59:19 -07:00
doc Add call-settings api doc 2009-09-02 14:31:17 -05:00
drivers G1: Add an SMS quirk for CNMI mode 2009-09-02 19:06:03 -07:00
gatchat Add PDU listing support 2009-08-31 23:03:35 -05:00
gdbus Convert to fully non-recursive build system 2009-08-24 23:49:40 -07:00
gisi gisi: Getter function for pipe handle 2009-09-01 13:42:15 +03:00
include Get rid of node argument in ofono_modem_create 2009-09-02 17:39:23 -05:00
plugins Some minor coding style cleanups for G1 plugin 2009-09-02 19:59:19 -07:00
src Fix emitting Modems Property in the wrong place 2009-09-02 19:49:03 -05:00
test Add test script for listing all operator details 2009-09-02 03:58:27 -07:00
unit Convert to fully non-recursive build system 2009-08-24 23:49:40 -07:00
.gitignore Convert to fully non-recursive build system 2009-08-24 23:49:40 -07:00
AUTHORS Mention Andres' contributions 2009-09-02 16:20:17 -07:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.3 2009-08-12 18:00:24 -07:00
HACKING Add development/hacking documentation 2009-05-12 00:32:52 -07:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am Fixing missing vendor.h in distribution 2009-09-02 19:40:17 -07:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Update project description 2009-05-05 21:21:26 -07:00
acinclude.m4 Fix configure script on bash 2.0 2009-08-03 12:32:22 -05:00
bootstrap Initial revision 2009-04-26 20:31:15 +02:00
bootstrap-configure Convert to fully non-recursive build system 2009-08-24 23:49:40 -07:00
configure.ac Update D-Bus configuration options and check for udev 2009-09-01 18:41:16 -07:00

README

oFono - Open Source Telephony
*****************************

Copyright (C) 2008-2009  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile telephony stack you need following software packages:
	- GCC compiler
	- GLib library
	- D-Bus library

To configure run:
	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install