ofono with local patches/modifications
Go to file
Marcel Holtmann a20f3ce8d2 Add directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00
gdbus Add D-Bus helper library for GLib integration 2009-04-26 20:51:36 +02:00
include Add directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00
plugins Add directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00
src Add directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00
.gitignore Initial revision 2009-04-26 20:31:15 +02: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 directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00
NEWS Initial revision 2009-04-26 20:31:15 +02:00
README Add checks for GLib and D-Bus support 2009-04-26 20:46:54 +02: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 configure options for debug and PIE support 2009-04-26 20:43:09 +02:00
configure.ac Add directories for source code, header files and plugins 2009-04-26 20:54:47 +02:00

README

oFono - Open Telephony stack for Linux
**************************************

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