Add checks for GLib and D-Bus support
[platform/upstream/ofono.git] / README
1 oFono - Open Telephony stack for Linux
2 **************************************
3
4 Copyright (C) 2008-2009  Intel Corporation. All rights reserved.
5
6
7 Compilation and installation
8 ============================
9
10 In order to compile Telephony stack you need following software packages:
11         - GCC compiler
12         - GLib library
13         - D-Bus library
14
15 To configure run:
16         ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
17
18 Configure automatically searches for all required components and packages.
19
20 To compile and install run:
21         make && make install