ofono with local patches/modifications
Go to file
Luiz Augusto von Dentz 5106f7a8cf Fix crash when calling g_dbus_remove_watch from watch callback 2009-05-06 13:55:09 -07:00
doc Add directory for documentation 2009-04-27 05:51:03 -07:00
gdbus Fix crash when calling g_dbus_remove_watch from watch callback 2009-05-06 13:55:09 -07:00
include Update log and plugin functions 2009-05-05 18:56:46 -07:00
plugins Add directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00
src Add implementation of telephony daemon 2009-05-05 21:14:19 -07:00
.gitignore Ignore files generated by daemon build process 2009-04-27 05:52:29 -07:00
AUTHORS Add initial author details 2009-04-26 20:34:58 +02:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Initial revision 2009-04-26 20:31:15 +02:00
INSTALL Initial revision 2009-04-26 20:31:15 +02:00
Makefile.am Add option for disabling data files 2009-05-05 18:57:50 -07: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 Initial revision 2009-04-26 20:31:15 +02:00
bootstrap Initial revision 2009-04-26 20:31:15 +02:00
bootstrap-configure Add option for disabling data files 2009-05-05 18:57:50 -07:00
configure.ac Add option for disabling data files 2009-05-05 18:57:50 -07: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