ofono with local patches/modifications
Go to file
Denis Kenzior bcef5a1dd6 Fix: Exit right away
If no plugin needs to run the eventloop to shutdown cleanly, exit right
away.
2009-12-03 00:42:59 -06:00
doc Update docs with new Errors 2009-11-18 13:25:35 -06:00
drivers Fix: Make sure to never overflow DNS variable 2009-12-01 20:38:26 -06:00
gatchat Add g_at_chat_unregister_all function 2009-12-02 19:10:08 -06:00
gdbus Fix message handling for autostart. 2009-10-29 22:49:50 +09:00
gisi isimodem/voicecall.c: initial version 2009-10-16 11:18:52 +03:00
include Style: Use unsigned int instead of unsigned 2009-12-01 12:42:23 -06:00
plugins Fix: Convert PalmPre plugin to new world order 2009-12-02 19:11:36 -06:00
src Fix: Exit right away 2009-12-03 00:42:59 -06:00
test Add first version of script for applying GPRS settings 2009-11-24 00:50:06 +01:00
unit Add unit test for max message size encoding 2009-12-03 00:26:20 -06:00
.gitignore Add ignore line generated udev rules file 2009-09-25 14:14:28 -07:00
AUTHORS Mention Ryan's contributions 2009-10-21 19:07:37 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.12 2009-12-02 18:58:50 +01: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 Add first version of script for applying GPRS settings 2009-11-24 00:50:06 +01:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Fix some minor issues with storage directory 2009-09-02 20:11:30 -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 Fix some minor issues with storage directory 2009-09-02 20:11:30 -07:00
configure.ac Release 0.12 2009-12-02 18:58:50 +01: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 --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