ofono with local patches/modifications
Go to file
Andrzej Zaborowski 3b9e5c19e8 Fix NetworkRegistration test by fixing indentation.
[Sorry if you get this mail or some of the other mails a second time,
I sent a copy from an unsubscribed address yesterday].
2009-06-18 04:02:02 -05:00
doc Add directory for documentation 2009-04-27 05:51:03 -07:00
drivers Refactor phonebook code 2009-06-16 16:42:02 -05:00
gatchat Improve string parsing code 2009-06-16 16:38:24 -05:00
gdbus Make the parent path invalidateable 2009-05-11 11:50:45 -07:00
gisi Fix to use negative error return in gisi/client.c 2009-06-15 11:33:34 +03:00
include Add call-history driver type 2009-06-17 18:20:20 -05:00
plugins Add call-history driver type 2009-06-17 18:20:20 -05:00
src Phonebook API tweak 2009-06-17 18:20:22 -05:00
test Fix NetworkRegistration test by fixing indentation. 2009-06-18 04:02:02 -05:00
unit Add Unit test for SMS re-assembly code 2009-06-14 02:02:16 -05:00
.gitignore Fix problem with unit tests and distcheck 2009-05-12 20:35:25 -07:00
AUTHORS Mention Minjun's contribution 2009-05-28 20:47:04 -05:00
COPYING Initial revision 2009-04-26 20:31:15 +02:00
ChangeLog Initial revision 2009-04-26 20:31:15 +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 Rename ISI client and PhoNet netlink APIs 2009-06-15 11:27:16 +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 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 Rename ISI client and PhoNet netlink APIs 2009-06-15 11:27:16 +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