aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS4
-rw-r--r--README21
2 files changed, 24 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8b13789..3d6ce5b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1 +1,3 @@
-
+Simon Busch
+E-Mail: morphis@gravedo.de
+Userid: morphis
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