X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=INSTALL;h=24d6e24f71b5e26eda7af0cc52c364206cdbff6d;hb=335b7011352bfe27d59094d622abe111177021d4;hp=686cefb9ddb7cd57d89d73c0650a9165e02c4cf7;hpb=f79008960b9000a9b534b706519e895c1ebed96d;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/INSTALL b/INSTALL index 686cefb..24d6e24 100644 --- 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.