From 49e4a6eb6d0c3cb9f0f90453aa88c75bdbb93c94 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 23 Jun 2013 20:22:25 +0200 Subject: Update documentation in preparation of a new release Signed-off-by: Simon Busch --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README') diff --git a/README b/README index e69de29..126018e 100644 --- a/README +++ b/README @@ -0,0 +1,21 @@ +libsamsung-ipc +============== + +This is an implementation of the modem protocol found in a lot of Samsung devices +mostly smartphones. + +Compilation and installation +============================ + +In orderto compile the source code you need the following software packages +- GCC compiler +- GNC C library +- OpenSSL >= 1.0.0e + +To configure run + ./configure --prefix=/usr + +Configure automatically searches for all required components and packages. + +To compile and install run: + make && make install -- cgit v1.1