btrfs-progs: remove BTRFS_CRC32_SIZE definition
[platform/upstream/btrfs-progs.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 686cefb..24d6e24 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,7 @@ The Btrfs utility programs require the following libraries/tools to build:
 For the btrfs-convert utility:
 
 - e2fsprogs - ext2/ext3/ext4 file system libraries, or called e2fslibs
+- libreiserfscore - reiserfs file system library version >= 3.6.27
 
 Generating documentation:
 
@@ -40,6 +41,10 @@ To build from the released tarballs:
     $ make
     $ make install
 
+To install the libbtrfsutil Python bindings:
+
+    $ make install_python
+
 You may disable building some parts like documentation, btrfs-convert or
 backtrace support. See ./configure --help for more.