From patchwork Sat May 31 06:24:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Augusto Mecking Caringi X-Patchwork-Id: 4274971 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6E7E69F1D6 for ; Sat, 31 May 2014 06:29:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9BE7520397 for ; Sat, 31 May 2014 06:29:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C2C27203A0 for ; Sat, 31 May 2014 06:29:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751672AbaEaG0M (ORCPT ); Sat, 31 May 2014 02:26:12 -0400 Received: from mail-yk0-f180.google.com ([209.85.160.180]:55441 "EHLO mail-yk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121AbaEaG0L (ORCPT ); Sat, 31 May 2014 02:26:11 -0400 Received: by mail-yk0-f180.google.com with SMTP id q9so2245081ykb.39 for ; Fri, 30 May 2014 23:26:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=2gtVQ7SBu5+4MwcjzVNhv4/6C8pDr+PndTriAFMKA8g=; b=pZ89USPC1jCZenMktsdjsrr8Kzhqzx7+RiZOvpJ0GjgQIM2DVd6/Bh+cVmORPAAARA /3vOd75g+1X420jOtkYnhPB3Vky+0Y4MC7m0Uw0seLZP3r16DimeBR0noSQPpUmL+unn CZBa9ZSHlMZ7LIRPTEm4EK3g4BybLXQGIHeTKw6B9fbdRTye6WvZuN1bv17OxXmW7iIY 1x3kMWP1CrI47VlenO55sNXacd3VXzCdTQZh1p6i61WcNXdr4L3XcZ5B3TZcmT0JvqN5 ZWAaQIRFLtAuMEad+rSNz8Eg8pPVjq8nPidptWvKZldTCL47uYhjftNYTrcpJjNDymxm zodg== X-Received: by 10.236.62.130 with SMTP id y2mr112864yhc.158.1401517570880; Fri, 30 May 2014 23:26:10 -0700 (PDT) Received: from caringi-debian.domain.name (189.27.133.156.dynamic.adsl.gvt.net.br. [189.27.133.156]) by mx.google.com with ESMTPSA id q42sm9695287yhm.56.2014.05.30.23.26.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 May 2014 23:26:10 -0700 (PDT) From: Augusto Mecking Caringi To: linux-btrfs@vger.kernel.org Cc: Augusto Mecking Caringi Subject: [PATCH] Add more detailed package dependency information to INSTALL file Date: Sat, 31 May 2014 03:24:46 -0300 Message-Id: <1401517486-26769-1-git-send-email-augustocaringi@gmail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Augusto Mecking Caringi --- INSTALL | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 8ead607..9a4ab64 100644 --- a/INSTALL +++ b/INSTALL @@ -12,9 +12,16 @@ complete: modprobe libcrc32c insmod btrfs.ko -The Btrfs utility programs require libuuid to build. This can be found -in the e2fsprogs sources, and is usually available as libuuid or -e2fsprogs-devel from various distros. +The Btrfs utility programs require the following libraries/tools to build: + +- libuuid (This can be found in the e2fsprogs sources, and is usually available + as libuuid or e2fsprogs-devel from various distros). +- libattr (Extended attribute library - Development files) +- libblkid (Block device id library - Development files) +- liblzo2 (LZO data compression library - Development files) +- libacl (Access control list library - Development files) +- e2fslibs (ext2/ext3/ext4 file system libraries - Development files) +- asciidoc (Text document format tool - For documentation) Building the utilities is just make ; make install. The programs go into /usr/local/bin. The mains commands available are: