ofono with local patches/modifications
Go to file
Denis Kenzior 7f06b6ead7 Add test script for USSD 2009-10-16 17:46:29 -05:00
doc API: Documentation fixes 2009-10-16 11:01:09 -05:00
drivers Fix: Use proper printf format for string precision 2009-10-16 17:46:29 -05:00
gatchat Fix: Stop crashing when unrefing chat in callback 2009-10-16 17:46:28 -05:00
gdbus gdbus: handle introspection generally in generic_message. 2009-09-24 10:22:19 -07:00
gisi isimodem/voicecall.c: initial version 2009-10-16 11:18:52 +03:00
include Refactor: Move elementary file type checking 2009-10-02 18:25:56 -05:00
plugins Setup better debugging information for calypso 2009-10-15 16:15:18 -05:00
src Parse +CUSD responses. 2009-10-16 17:46:28 -05:00
test Add test script for USSD 2009-10-16 17:46:29 -05:00
unit Update unit tests for GSM 07.10 implementation 2009-10-15 16:15:17 -05:00
.gitignore Add ignore line generated udev rules file 2009-09-25 14:14:28 -07:00
AUTHORS Mention Marko's contribution 2009-10-16 13:07:35 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Release 0.8 2009-10-16 22:18:31 +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 isimodem/voicecall.c: initial version 2009-10-16 11:18:52 +03: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.8 2009-10-16 22:18:31 +02: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