ofono with local patches/modifications
Go to file
Denis Kenzior 7abeb8e4a0 Use types.h instead of driver.h here 2009-08-20 12:48:28 -05:00
doc Add API documentation for voice call interfaces 2009-08-12 16:43:34 -07:00
drivers Fix ISI driver side conditional name 2009-08-20 14:32:03 +03:00
gatchat Ensure g_timeout_add source can be removed safely 2009-08-07 16:20:59 -05:00
gdbus Use NameHasOwner instead of ListNames for name checking 2009-08-08 10:34:08 -07:00
gisi gisi: PEP: use more portable non-blocking and close-on-exec 2009-08-20 11:08:25 +03:00
include Evolve the voicecall driver 2009-08-19 18:35:08 -05:00
plugins Use types.h instead of driver.h here 2009-08-20 12:48:28 -05:00
src Use types.h instead of driver.h here 2009-08-20 12:48:28 -05:00
test Enlarge the timeout for phonebook import 2009-08-06 15:42:23 -05:00
unit Use types.h instead of driver.h here 2009-08-20 12:48:28 -05:00
.gitignore Use proper automake subdirectory options 2009-08-16 14:45:01 -07: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.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 Fix make distcheck and clear GISI build flags when disabled 2009-08-20 14:18:30 +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 Fix make distcheck and clear GISI build flags when disabled 2009-08-20 14:18:30 +03: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