ofono/README

23 lines
552 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
2010-01-02 01:00:10 +00:00
Copyright (C) 2008-2010 Intel Corporation. All rights reserved.
2009-04-26 18:46:54 +00:00
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 --mandir=/usr/share/man \
--sysconfdir=/etc --localstatedir=/var
2009-04-26 18:46:54 +00:00
Configure automatically searches for all required components and packages.
To compile and install run:
make && make install