X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=README;h=9b6402add1c6841c8bab6b25625788be29370fec;hb=724dd78ca41f3a77f4fa03d359d420d89dd92083;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=ba189b000c4c5ab4d15c6b155a7dbf8bd46c42d4;p=connman diff --git a/README b/README index e69de29..9b6402a 100644 --- a/README +++ b/README @@ -0,0 +1,23 @@ +Connection Manager +****************** + +Copyright (C) 2007-2008 Intel Corporation. All rights reserved. + + +Compilation and installation +============================ + +In order to compile Connection Manager you need following software packages: + - GCC compiler + - GLib library + - D-Bus library + - udev library (optional) + - PolicyKit (optional) + +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