Fill README with details
[connman] / README
1 Connection Manager
2 ******************
3
4 Copyright (C) 2007-2008  Intel Corporation. All rights reserved.
5
6
7 Compilation and installation
8 ============================
9
10 In order to compile libgdbus you need following software packages:
11         - GCC compiler
12         - GLib library
13         - D-Bus library
14         - GDBus library
15         - HAL library
16         - SQLite3 library
17
18 To configure run:
19         ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
20  
21 Configure automatically searches for all required components and packages. 
22
23 To compile and install run:
24         make && make install