ofono with local patches/modifications
Go to file
Rajesh Kadhiravan Nagaiah 4a90a2666c doc: Add RoamingPreference property 2010-12-09 02:06:56 -06:00
doc doc: Add RoamingPreference property 2010-12-09 02:06:56 -06:00
drivers isi/voicecall: fix handling of waiting calls 2010-12-03 14:52:40 +02:00
examples examples: explicitly compare pointers to NULL 2010-11-29 11:59:07 -06:00
gatchat gatchat: fix canceling in progress commands 2010-12-07 12:16:20 -06:00
gdbus gdbus: explicitly compare pointers to NULL 2010-12-08 16:33:06 +01:00
gisi gisi: explicitly compare pointers to NULL 2010-11-29 11:53:14 -06:00
include include: Minor style fixes 2010-12-08 11:26:58 -06:00
plugins phonesim: Add modem reset trigger 2010-12-07 12:16:20 -06:00
src radio-settings: Minor style fixes for rule M13 2010-12-08 11:55:07 -06:00
test test: When priting help for enter-pin, exit 2010-12-08 07:03:01 -06:00
tools tools: Start tracking audio interface 2010-09-30 00:35:45 +09:00
unit test: Fixup build issues with test-sms 2010-12-09 01:53:05 -06:00
.gitignore Ignore generated src/ofono.service file 2010-10-05 16:53:55 +02:00
.mailmap Update .mailmap rules for Pekka 2010-10-01 09:37:30 +02:00
AUTHORS AUTHORS: Mention Rafael's contributions 2010-12-08 11:41:36 -06:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.36 2010-11-23 14:55:57 +01:00
HACKING HACKING: Add ofono.conf file copy command required 2010-12-02 08:13:20 -06:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am Mark ofono/*.h symbolink links as built sources 2010-12-07 10:00:06 +01:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Update copyright information 2010-01-01 17:00:10 -08:00
TODO TODO: Add owner to 'GPS power control atom' task 2010-12-08 11:41:10 -06:00
acinclude.m4 Fix configure script on bash 2.0 2009-08-03 12:32:22 -05:00
bootstrap bootstrap: autoconf must run before automake 2009-12-10 15:55:49 +01:00
bootstrap-configure Check for capabilities support via libcap-ng 2010-03-29 11:06:04 -07:00
configure.ac build: Silence another make message 2010-12-07 10:00:36 +01:00

README

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

Copyright (C) 2008-2010  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 --mandir=/usr/share/man \
				--sysconfdir=/etc --localstatedir=/var

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install