From patchwork Thu Mar 10 08:13:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 8554371 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 2FDD0C0553 for ; Thu, 10 Mar 2016 08:10:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5C1FD202F8 for ; Thu, 10 Mar 2016 08:10:10 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 676FD202F2 for ; Thu, 10 Mar 2016 08:10:09 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id A247A2651B8; Thu, 10 Mar 2016 09:10:02 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, RCVD_IN_DNSWL_NONE,UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 9D79626073B; Thu, 10 Mar 2016 09:09:55 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 80FAA260789; Thu, 10 Mar 2016 09:09:54 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by alsa0.perex.cz (Postfix) with ESMTP id DB2BA2606AB for ; Thu, 10 Mar 2016 09:09:48 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 10 Mar 2016 00:09:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,314,1455004800"; d="scan'208";a="63379099" Received: from vkoul-udesk7.iind.intel.com ([10.223.84.39]) by fmsmga004.fm.intel.com with ESMTP; 10 Mar 2016 00:09:39 -0800 From: Vinod Koul To: alsa-devel@alsa-project.org Date: Thu, 10 Mar 2016 13:43:37 +0530 Message-Id: <1457597617-13737-1-git-send-email-vinod.koul@intel.com> X-Mailer: git-send-email 1.9.1 Cc: tiwai@suse.de, Pierre-Louis Bossart , Vinod Koul , pathes.audio@intel.com, Richard Fitzgerald Subject: [alsa-devel] [PATCH] tinycompress: INSTALL: Update the instructions X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Vinod Koul --- INSTALL | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 2099840756e6..5ac7670b0a7c 100644 --- a/INSTALL +++ b/INSTALL @@ -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.