@@ -1,5 +1,34 @@
-Installation Instructions
-*************************
+
+ Tinycompress Installation Instructions
+ **************************************
+
+Install from tarball
+====================
+
+For installation you can use these commands:
+
+ ./configure
+ make install
+
+
+Compilation from Git
+====================
+
+gitcompile script allows to build and then install
+
+ ./gitcompile
+ make install
+
+
+Compilation for Android
+=======================
+
+Android makefile Android.mk is inculded in this project and should be
+packaged into Android build system
+
+
+Configure help
+==============
Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
Inc.
Signed-off-by: Vinod Koul <vinod.koul@intel.com> --- INSTALL | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-)