ofono/README

22 lines
522 B
Plaintext
Raw Normal View History

2009-05-06 04:21:26 +00:00
oFono - Open Source Telephony
*****************************
2009-04-26 18:46:54 +00:00
Copyright (C) 2008-2009 Intel Corporation. All rights reserved.
Compilation and installation
============================
2009-05-06 04:21:26 +00:00
In order to compile telephony stack you need following software packages:
2009-04-26 18:46:54 +00:00
- 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