ofono with local patches/modifications
Go to file
Rémi Denis-Courmont 18b99fa032 Fix configure script on bash 2.0
../configure: line 11885: CFLAGS+= -Werror -Wextra: command not found
../configure: line 11886: CFLAGS+= -Wno-unused-parameter: command not found
../configure: line 11887: CFLAGS+= -Wno-missing-field-initializers: command not found
../configure: line 11888: CFLAGS+= -Wdeclaration-after-statement: command not found
../configure: line 11889: CFLAGS+= -Wmissing-declarations: command not found
../configure: line 11890: CFLAGS+= -Wredundant-decls: command not found
../configure: line 11891: CFLAGS+= -Wcast-align: command not found
2009-08-03 12:32:22 -05:00
doc Make distcheck work 2009-07-31 18:32:44 -05:00
drivers Remove all uses of modem.h 2009-07-29 16:53:19 -05:00
gatchat Fix a crash with unsolicited notifications 2009-07-21 14:43:33 -05:00
gdbus Make the parent path invalidateable 2009-05-11 11:50:45 -07:00
gisi gisi: malloc -> free 2009-07-07 13:25:15 +03:00
include Move MODEM_INTERFACE to dbus.h 2009-07-29 16:44:17 -05:00
plugins Add call-history driver type 2009-06-17 18:20:20 -05:00
src Fix possible memory leak on SIM reading error. 2009-07-31 09:56:44 -05:00
test Fix minor API issue 2009-06-22 13:22:13 -05:00
unit Clean up in sim.c. 2009-07-31 09:55:46 -05:00
.gitignore Add test-simutil binary to ignore list 2009-07-18 12:08:46 +02:00
AUTHORS Mention Yang's contribution 2009-06-18 15:29:05 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.2 2009-07-18 12:09:06 +02: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 Rename ISI client and PhoNet netlink APIs 2009-06-15 11:27:16 +03: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 Cache EF-PNN, EF-OPL sim files on disk. 2009-07-27 17:09:48 -05:00
configure.ac Use STORAGEDIR autoconf voodoo from Bluez. 2009-07-29 17:22:12 -05: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